historyef | R Documentation |
Extracts models population-level coefficients history-specific terms for every modeled distribution parameter.
historyef(object, summary = TRUE, probs = c(0.055, 0.945))
object |
An object of class cumhist |
summary |
Whether summary statistics should be returned instead of
raw sample values. Defaults to |
probs |
The percentiles used to compute summary, defaults to 89% credible interval. |
data.frame with values or summary
br_fit <- fit_cumhist(br_singleblock, state="State", duration="Duration")
historyef(br_fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.