Learn R Programming

multilevel (version 2.5)

summary.rgr.waba: S3 method for class 'rgr.waba'

Description

This function provides a concise summary of objects created using the function rgr.waba.

Usage

"summary"(object,...)

Arguments

object
An object of class 'rgr.waba'.
...
Optional additional arguments. None used.

Value

Mean and Standard Deviations (SD) for each parameter in the rgr.waba model.

See Also

rgr.waba

Examples

Run this code
data(bh1996)

#estimate the actual group model
waba(bh1996$HRS,bh1996$WBEING,bh1996$GRP)

#create 100 pseudo group runs and summarize results
RWABA<-rgr.waba(bh1996$HRS,bh1996$WBEING,bh1996$GRP,100)
summary(RWABA)  

Run the code above in your browser using DataLab