summary.aovrasch: Object Summary

Description Usage Arguments Author(s) Examples

View source: R/summary.aovrasch.R

Description

Generic summary function for the aovrasch object

Usage

1
2
## S3 method for class 'aovrasch'
summary(object, ...)

Arguments

object

aovrasch object

...

Additional arguments affecting the summary produced.

Author(s)

Takuya Yanagida takuya.yanagida@univie.ac.at, Jan Steinfeld jan.steinfeld@univie.ac.at

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
## Not run: 

# simulate Rasch model based data
# 100 persons, 20 items,
dat <- simul.rasch(100, items = seq(-3, 3, length.out = 20))
# reshape simulated data into 'long' format with balanced assignment
# of examinees into two subgroups.
dat.long <- reshape.rasch(dat, group = rep(0:1, each = nrow(dat) / 2))
# apply three-way analysis of variance with mixed classification for testing the Rasch model.
res <- aov.rasch(dat.long)
summary(res)

## End(Not run)

pwrRasch documentation built on May 1, 2019, 10:37 p.m.