R/logLik.mws.R

`logLik.mws` <-
function(object,...)
#returns the log-likelihood value of an object of class mws
{
  llik <- object$likelihood[length(object$likelihood)]
  cat("Log-Likelihood:", llik,"\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.