View source: R/extract_history.R
extract_history | R Documentation |
Computes history for a fitted model, uses only mean values
for each history parameter. Uses values for each random cluster,
if "random"
or "1|random"
parametrisation was used.
extract_history(object)
object |
An object of class cumhist |
A matrix of cumulative history values for each state
br_fit <- fit_cumhist(br_singleblock, state = "State", duration = "Duration")
extract_history(br_fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.