coef.mixor: Extract Model Coefficients

Description Usage Arguments Value Author(s) See Also Examples

View source: R/coef.mixor.R

Description

coef.mixor is a generic function which extracts the model coefficients from a fitted model object fit using mixor

Usage

1
2
## S3 method for class 'mixor'
coef(object, ...)

Arguments

object

a mixor object.

...

other arguments.

Value

Coefficients extracted from the model object.

Author(s)

Kellie J. Archer, Donald Hedeker, Rachel Nordgren, Robert D. Gibbons

See Also

See Also as mixor, summary.mixor

Examples

1
2
3
4
5
6
library("mixor")
data("schizophrenia")
### Random intercept model
SCHIZO1.fit<-mixor(imps79o ~ TxDrug + SqrtWeek + TxSWeek, data=schizophrenia, 
   id=id, link="probit")
coef(SCHIZO1.fit)

mixor documentation built on May 2, 2019, 5:56 a.m.