powered by
Provides a concise summary of objects created using the function rgr.agree.
# S3 method for rgr.agree summary(object,…)
An object of class 'rgr.agree'.
Optional additional arguments. None used.
Number of random groups, Average random group variance, Standard Deviation of random group variance, Actual group variance, z-value
Lower confidence intervals based on sorted random group variances.
Upper confidence intervals based on sorted random group variances.
rgr.agree
# NOT RUN { # Example with a small number of replications (500). Increase in actual use. data(bh1996) RGROUT<-rgr.agree(bh1996$HRS,bh1996$GRP,500) summary(RGROUT) # }
Run the code above in your browser using DataLab