| likelihood | R Documentation |
Calculate the likelihood)
likelihood(
params,
modelObj,
type = c("likelihood", "likelihood.i", "deviance", "deviance.i", "resid", "robust")
)
params |
the parameter vector |
modelObj |
the model object constructed by mtre |
type |
character,if "likelihood" = returns log-likelihood , "likelihood.i" = returns log-likelihood components , if "deviance" = returns deviance , if "deviance.i" = returns deviance components , if "resid" = returns score residuals, if 'robust' = returns components for the calculation of robust standard errors |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.