chang.multivariate {BivRec}R Documentation

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

Description

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

Usage

chang.multivariate(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 vector with the names of the covariates. Passed from biv.rec.fit().

CI

Passed from biv.rec.fit().

Value

A dataframe summarizing effects of the covariates: estimates, SE and CI.

See Also

biv.rec.fit


[Package BivRec version 1.0.0 Index]