R/summary.PP3.R

summary.PP3 <-
function (object, ...) 
{
	cat("Summary statistics of projection index\n")
	print(summary.default(object$ix3))
	cat("Summary statistics of pseudo-indices\n")
	print(summary(object$pseudp.vals))
}

Try the PP3 package in your browser

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

PP3 documentation built on May 2, 2019, 8:57 a.m.