print.summary.irtpwrresult {irtpwr}R Documentation

Print Summary of the search result

Description

Print Summary of the search result

Usage

## S3 method for class 'summary.irtpwrresult'
print(x, ...)

Arguments

x

Object of class irtpwrresult as created by the irtpwr function

...

additional arguments to be passed

Value

An object of class summary.irtpwrresult

Examples



library(mirt)
dat <- expand.table(LSAT7)
mirtfit <- mirt(dat,1,verbose = FALSE)
hyp <- setup.hypothesis(type = '1PLvs2PL', altpars = mirtfit)
res <- irtpwr(hyp=hyp,alpha=.05,power =.8)
summary(res)


[Package irtpwr version 1.0.3 Index]