View source: R/summary.irtpwrresult.R
print.summary.irtpwrresult | R Documentation |
Print Summary of the search result
## S3 method for class 'summary.irtpwrresult'
print(x, ...)
x |
Object of class irtpwrresult as created by the irtpwr function |
... |
additional arguments to be passed |
An object of class summary.irtpwrresult
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.