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

View source: R/summary.irtpwrresult.R

print.summary.irtpwrresultR 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)


irtpwr documentation built on Nov. 20, 2023, 5:07 p.m.