chang.univariate {BivRec}R Documentation

A Function for univariate fits using semiparametric regression method on a biv.rec object

Description

This function fits the model using Chang's Method given one covariate. Called from biv.rec.fit(). No user interface.

Usage

chang.univariate(new_data, cov_names, CI)

Arguments

new_data

An object that has been reformatted for fit using the biv.rec.reformat() function. Passed from biv.rec.fit().

cov_names

A string with the name of the covariate. Passed from biv.rec.fit().

CI

Passed from biv.rec.fit().

Value

A dataframe summarizing covariate effect estimate, SE and CI.

See Also

biv.rec.fit


[Package BivRec version 1.0.0 Index]