R/summary.isop.test.R

Defines functions summary.isop.test

Documented in summary.isop.test

## File Name: summary.isop.test.R
## File Version: 0.07

####################################################
# summary for ISOP test
summary.isop.test <- function( object, ... )
{
    obji <- object$itemstat
    VV <- ncol(obji)
    cat("*** Test for the W1 Axiom in the ISOP Model **** \n\n")
    for (vv in 2:VV){
        obji[,vv] <- round( obji[,vv],3)
    }
    print(obji)
    cat(paste0("\n-- Statistical inference is based on ", object$JJ,
            " jackknife units.\n"))
}
alexanderrobitzsch/sirt documentation built on April 23, 2024, 2:31 p.m.