Learn R Programming

irtpwr (version 1.0.3)

print.summary.irtpwrresult: Print Summary of the search result

Description

Print Summary of the search result

Usage

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

Value

An object of class summary.irtpwrresult

Arguments

x

Object of class irtpwrresult as created by the irtpwr function

...

additional arguments to be passed

Examples

Run this code
# \donttest{

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)
# }

Run the code above in your browser using DataLab