R/print.BICmat.R

`print.BICmat` <-
function(x,...)
# object of class BICmat
{
  dimnames(x$BICmat) <- list(x$method,paste("K =",x$K))
  cat("\n")
  cat("Survival distribution:",x$Sdist,"\n")
  cat("\n")
  print(x$BICmat)
  cat("\n")
}

Try the mixPHM package in your browser

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

mixPHM documentation built on May 2, 2019, 5:56 p.m.