coef.multipleOutcomes: Extract Model Coefficients

View source: R/coef.multipleOutcomes.R

coef.multipleOutcomesR Documentation

Extract Model Coefficients

Description

coef is a generic function.

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


multipleOutcomes documentation built on June 22, 2024, 10:25 a.m.