coef.multipleOutcomes {multipleOutcomes}R Documentation

Extract Model Coefficients

Description

Extract Model Coefficients

Usage

## S3 method for class 'multipleOutcomes'
coef(object, model_index = NULL, ...)

Arguments

object

an object returned by multipleOutcomes().

model_index

NULL if displaying coefficients of all fitted models; otherwise, an integer indicating the fitted model.

...

for debugging only

Value

a vector of coefficient estimates


[Package multipleOutcomes version 0.2 Index]