View source: R/utils-get-likelihoods.R
get_likelihoods | R Documentation |
Get likelihood values for a model object the begin with 'ans'
get_likelihoods(report)
report |
The object returned by the |
A list of the likelihoods whose names begin with 'ans'. Add these in pacifichakemse.cpp at the end as a REPORT
## Not run:
obj <- MakeADFun(d, p, DLL = "pacifichakemse", silent = FALSE)
report <- obj$report()
get_likelihoods(report)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.