semi.param.multivariate {BivRec}R Documentation

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

Description

This function fits the semiparametric model given multiple covariates. Called from biv.rec.fit(). No user interface.

Usage

semi.param.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.


[Package BivRec version 1.0.0 Index]