powered by
Extracts models population-level coefficients history-specific terms for every modeled distribution parameter.
historyef(object, summary = TRUE, probs = c(0.055, 0.945))
data.frame with values or summary
An object of class cumhist
Whether summary statistics should be returned instead of raw sample values. Defaults to TRUE
TRUE
The percentiles used to compute summary, defaults to 89% credible interval.
# \donttest{ br_fit <- fit_cumhist(br_singleblock, state="State", duration="Duration") historyef(br_fit) # }
Run the code above in your browser using DataLab