
Last chance! 50% off unlimited learning
Sale ends in
Compute score at the MLE
score(mod, numerical = FALSE, get_score_covariance = FALSE)
Score at the MLE. For
an object of class bbdml
Boolean. Defaults to FALSE
. Indicator of whether to use the numeric Hessian and score (not recommended).
Boolean. Defaults to FALSE
. Should we return a robust estimate of variance of score:
data(soil_phylum_small_otu1)
mod <- bbdml(formula = cbind(W, M - W) ~ DayAmdmt,
phi.formula = ~ DayAmdmt,
data = soil_phylum_small_otu1)
score(mod)
Run the code above in your browser using DataLab