R/print.threshpt.R

Defines functions print.threshpt

Documented in print.threshpt

print.threshpt <-
function(x, ...)
{
	cat("Call:\n")
	print(x$call)
	cat("\nCoefficietns for main exposure:\n")
	print(x$best.fit[1:6])
	cat("\nOther coefficients:\n")
	print(x$parm.coef)
}

Try the HEAT package in your browser

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

HEAT documentation built on May 29, 2017, 10:52 a.m.