R/print.tri.glm.R

"print.tri.glm"<-
function(x, ...)
{
# PRINTS THE RESULT OF A TRIAD ESTIMATION USING glm
#
##	cat("Object of class tri.glm\n")
	cat("\nNumber of triads:", round(x$ntri), "\n")
	cat("\nNumber of haplotypes:", round(x$nall), "\n")
	cat("\nParameter estimates:\n")
	print(x$result$coefficients, ...)
	invisible(x)
}

Try the Haplin package in your browser

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

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