BIC.mixor {mixor} | R Documentation |
Returns the BIC of a fitted mixor
model.
## S3 method for class 'mixor' BIC(object, ...)
object |
a |
... |
other arguments. |
BIC 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) BIC(SCHIZO1.fit)