score | R Documentation |
Compute score at the MLE
score(mod, numerical = FALSE, get_score_covariance = FALSE)
mod |
an object of class |
numerical |
Boolean. Defaults to |
get_score_covariance |
Boolean. Defaults to |
Score at the MLE. For G(\theta, w)
score function, returns \sum_i G(\hat{\theta}, W_i)
if get_score_covariance = FALSE.
data(soil_phylum_small_otu1)
mod <- bbdml(formula = cbind(W, M - W) ~ DayAmdmt,
phi.formula = ~ DayAmdmt,
data = soil_phylum_small_otu1)
score(mod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.