R/print.summary.GORH.R

Defines functions print.summary.GORH

print.summary.GORH <-
function(x,...){
	cat("Call:\n")
	print(x$call)
	cat("\n")
	printCoefmat(x$coefficients,P.values=TRUE,has.Pvalue=TRUE)
	print(paste("Loglik=",round(x$loglik,2)))
	class(x)<-"summary.GORH"
}

Try the ICGOR package in your browser

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

ICGOR documentation built on May 1, 2019, 10:31 p.m.