Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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

## S3 method for class 'rgr.waba'
summary(object,...)

Arguments

object

An object of class 'rgr.waba'.

...

Optional additional arguments. None used.

Value

A dataframe containing summary statistics in the form of number of repetitions (NRep), Mean and Standard Deviations (SD) for each parameter in the rgr.waba model.

Author(s)

See Also

Examples

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)

multilevel

Multilevel Functions

v2.6
GPL (>= 2)
Authors
Paul Bliese
Initial release
2016-07-26

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.