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

View source: R/multilevel.R

summary.disagree.simR Documentation

S3 method for class 'disagree.sim'

Description

Provides a concise summary of objects created using the function ad.m.sim.

Usage

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

Arguments

object

An object of class 'disagree.sim'.

...

Optional additional arguments. None used.

Value

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

Author(s)

Paul Bliese pdbliese@gmail.com

See Also

ad.m.sim

Examples

#Example from Dunlap et al. (2003), Table 3.  The listed significance
#value for a group of size 5 with a 7-item response format is 0.64 or less.
#Increase nrep in actual use
SIMOUT<-ad.m.sim(gsize=5, nitems=1, nresp=7, itemcors=NULL,
        type="mean", nrep=500) 
summary(SIMOUT)

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