R/print.summary.ntestRes.R

Defines functions print.summary.ntestRes

Documented in print.summary.ntestRes

print.summary.ntestRes <-
function(x, ...){
  cat("Pearson's Chi-squared test for normality of residuals\n\n")
  cat("Baseline distribution: normal with mean",x$mu," and standard deviation",x$stdev,"\n\n")
  cat("Number of categories: ",x$bins,"\n")
  cat("Degrees of freedom: ",x$df,"\n")
  print(x$test.res)  
}

Try the iRepro package in your browser

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

iRepro documentation built on Aug. 8, 2023, 5:13 p.m.