Learn R Programming

multilevel (version 2.5)

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

Description

This function provides a concise summary of objects created using the functions rwg.sim and rwg.j.sim.

Usage

"summary"(object,...)

Arguments

object
An object of class 'agree.sim'.
...
Optional additional arguments. None used.

Value

See Also

rwg.sim rwg.j.sim

Examples

Run this code
#An example from Dunlap et al. (2003).  The estimate from Dunlap et al.
#Table 2 is 0.53
RWG.OUT<-rwg.sim(gsize=10,nresp=5,nrep=1000)
summary(RWG.OUT)

Run the code above in your browser using DataLab