View source: R/history_parameter.R
| history_tau | R Documentation | 
A short-cut for history_parameter(object, "tau", ...).
history_tau(
  object,
  summary = TRUE,
  probs = c(0.055, 0.945),
  includePopulationLevel = TRUE
)
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.  | 
includePopulationLevel | 
 Logical, for pooled random effect only. Whether to include
population mean as a separate   | 
A single value, if fixed value was used. A vector or a tibble, depending on the option used (single intercept, independent or random intercepts), and whether summary was requested.
br_fit <- fit_cumhist(br_singleblock, state="State", duration="Duration")
history_tau(br_fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.