R/print.summary.superthin.R

Defines functions print.summary.superthin

print.summary.superthin <- function(x, ...)
{
	cat("Superthin rate: ", x$k, "\n")
	cat("Number of residuals: ", x$n, "\n")
	cat("Expected number of residuals: ", x$n.exp, "\n")
	cat("One-tailed p-value: ", x$p.val)
}

Try the stppResid package in your browser

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

stppResid documentation built on May 29, 2017, 3:48 p.m.