R/summary.tam.Q3.R

Defines functions summary.tam.Q3

Documented in summary.tam.Q3

## File Name: summary.tam.Q3.R
## File Version: 9.04


# summary tam.Q3 method
summary.tam.Q3 <- function( object, ... )
{
    cat("Summary of Q3 and adjusted Q3 statistics (based on WLEs)\n")
    obji <- object$Q3_summary
    obji[, -1 ] <- round( obji[,-1], 4 )
    print(obji)
}
##############################################################

Try the TAM package in your browser

Any scripts or data that you put into this service are public.

TAM documentation built on Aug. 29, 2022, 1:05 a.m.