plot.mixor: Plot empirical Bayes estimates of random effects for a Mixor...

Description Usage Arguments Value Author(s) See Also Examples

View source: R/plot.mixor.R

Description

Plot of empirical Bayes estimates of random effects from a fitted mixor model object.

Usage

1
2
## S3 method for class 'mixor'
plot(x, ...)

Arguments

x

a mixor object.

...

other arguments.

Value

For each random effect, a histogram and normal quantile-quantile plot of empirical Bayes estimates.

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
SCHIZO1.fit<-mixor(imps79o ~ TxDrug + SqrtWeek + TxSWeek, data=schizophrenia, 
     id=id, link="probit")
plot(SCHIZO1.fit)

Example output

Loading required package: survival

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