summary.agree.sim: S3 method for class 'agree.sim'

View source: R/multilevel.R

summary.agree.simR Documentation

S3 method for class 'agree.sim'

Description

Provides a concise summary of objects created using the functions rwg.sim and rwg.j.sim.

Usage

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

Arguments

object

An object of class 'agree.sim'.

...

Optional additional arguments. None used.

Value

A summary of all the output elements in the agree.sim class object.

Author(s)

Paul Bliese pdbliese@gmail.com

See Also

rwg.sim rwg.j.sim

Examples

#An example from Dunlap et al. (2003).  The estimate from Dunlap et al.
#Table 2 is 0.53. Increase replications in actual use.
RWG.OUT<-rwg.sim(gsize=10,nresp=5,nrep=500)
summary(RWG.OUT)

multilevel documentation built on March 18, 2022, 5:47 p.m.