AIC.mixor {mixor} | R Documentation |
Returns the AIC of a fitted mixor
model.
## S3 method for class 'mixor' AIC(object, ...)
object |
a |
... |
other arguments. |
AIC of the fitted mixor
model.
Kellie J. Archer, Donald Hedeker, Rachel Nordgren, Robert D. Gibbons
See Also as mixor
, summary.mixor
library("mixor") data("schizophrenia") ### Random intercept SCHIZO1.fit<-mixor(imps79o ~ TxDrug + SqrtWeek + TxSWeek, data=schizophrenia, id=id, link="probit") summary(SCHIZO1.fit) AIC(SCHIZO1.fit)