Learn R Programming

mixor (version 1.0.4)

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

Description

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

Usage

# S3 method for 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.

See Also

See Also as mixor, summary.mixor

Examples

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

Run the code above in your browser using DataLab