powered by
Extract values of used or fitted history parameter
history_parameter( object, param, summary = TRUE, probs = c(0.055, 0.945), includePopulationLevel = TRUE )
A vector, if summary was not requested. Or a tibble with a summary or if a fixed value was used.
An object of class cumhist
Parameter name: "tau" or "mixed_state"
"tau"
"mixed_state"
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.
Logical, for pooled random effect only. Whether to include population mean as a separate "_population" level, default to TRUE.
"_population"
# \donttest{ br_fit <- fit_cumhist(br_singleblock, state="State", duration="Duration") history_parameter(br_fit, "tau") # }
Run the code above in your browser using DataLab