R/print.summary.GORMC.R

Defines functions print.summary.GORMC

print.summary.GORMC <-
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.GORMC"
}

Try the GORCure package in your browser

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

GORCure documentation built on May 2, 2019, 11:27 a.m.