R/print.hlike.R

Defines functions print.hlike

print.hlike <-
function(object) {
print(object$beta); cat("\n"); print(object$theta);
cat("\n",ifelse(object$converge==1, "Successfully Converged",
"Failed to Converge"),"\n")
}

Try the frailtyHL package in your browser

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

frailtyHL documentation built on Dec. 1, 2019, 1:25 a.m.