Learn R Programming

mixor (version 1.0.4)

coef.mixor: Extract Model Coefficients

Description

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

Usage

# S3 method for mixor
coef(object, ...)

Arguments

object

a mixor object.

other arguments.

Value

Coefficients extracted from the model object.

See Also

See Also as mixor, summary.mixor

Examples

Run this code
# NOT RUN {
library("mixor")
data("schizophrenia")
### Random intercept model
SCHIZO1.fit<-mixor(imps79o ~ TxDrug + SqrtWeek + TxSWeek, data=schizophrenia, 
   id=id, link="probit")
coef(SCHIZO1.fit)
# }

Run the code above in your browser using DataLab