R/print.invGauss.R

"print.invGauss" <-
function(x, ...)
{
	cat("Call:\n")
	print(x$call)	#
# coefficients <- cbind(Value = x$coefficients, "Std. Error" = x$SE, Z = x$coefficients/x$SE)
	cat("\nCoefficients:\n")
	print(x$coefficients, ...)
	invisible(x)
}

Try the invGauss package in your browser

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

invGauss documentation built on May 20, 2022, 5:07 p.m.