R/print.supresid.R

Defines functions print.supresid

Documented in print.supresid

print.supresid <- function(x, ...)
{
	print(x$X)
	cat("Superposition rate:\n")
	print(x$k)
	cat("Superposed residuals:\n")
	print(x$residuals)
	cat("Superposed points:\n")
	print(x$super)
}

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.