summary.rgr.agree | R Documentation |
Provides a concise summary of objects created using the function rgr.agree.
## S3 method for class 'rgr.agree' summary(object,...)
object |
An object of class 'rgr.agree'. |
... |
Optional additional arguments. None used. |
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. |
Paul Bliese pdbliese@gmail.com
rgr.agree
# Example with a small number of replications (500). Increase in actual use. data(bh1996) RGROUT<-rgr.agree(bh1996$HRS,bh1996$GRP,500) summary(RGROUT)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.