Description Usage Arguments Value
View source: R/likelihood-profiling.R
Return likelihood profiles
1 2 3 4 5 6 7 8 | likelihood_profs(
best_pars,
max_loglike,
mc_trees,
covariate_names,
alpha = 0.05,
multiple_outside_transmissions = FALSE
)
|
best_pars |
vector of MLE |
max_loglike |
loglike value from MLE |
mc_trees |
trees, output from |
covariate_names |
names of covariates |
alpha |
alpha-value to make a (1-alpha)% CI |
multiple_outside_transmissions |
logical indicating to use base model or multiple outside transmissions model. |
matrix of dimension (length of best_pars) x 3 where the columns are the best parameter estimate,
the lower CI (lower
) and upper CI (upper
)
@export
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.