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

summary.rgr.agree

S3 method for class 'rgr.agree'


Description

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

Usage

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

Arguments

object

An object of class 'rgr.agree'.

...

Optional additional arguments. None used.

Value

Summary Statistics for Random and Real Groups

Number of random groups, Average random group variance, Standard Deviation of random group variance, Actual group variance, z-value

Lower Confidence Intervals (one-tailed)

Lower confidence intervals based on sorted random group variances.

Upper Confidence Intervals (one-Tailed)

Upper confidence intervals based on sorted random group variances.

Author(s)

See Also

Examples

data(bh1996)
RGROUT<-rgr.agree(bh1996$HRS,bh1996$GRP,1000)
summary(RGROUT)

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.