R/print.wald.R

Defines functions `print.wald`

`print.wald` <-
function(x,...)
#print method for objects of class "wald" (from waldtest)
{
   #if (!is.null(x$betalab)) {
   #  cat("Warning Message: Item",x$betalab[1],"was not tested due to sum-0 restriction.\n")
   #}
   cat("\nWald test on item level (z-values):\n\n")
   print(round(x$coef.table,3))
   cat("\n")
   invisible(round(x$coef.table,3))
}

Try the eRm package in your browser

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

eRm documentation built on Sept. 28, 2023, 9:07 a.m.