extract_history {bistablehistory} | R Documentation |
Computes history for a fitted model
Description
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.
Usage
extract_history(object)
Arguments
object |
An object of class cumhist |
Value
A matrix of cumulative history values for each state
Examples
br_fit <- fit_cumhist(br_singleblock, state = "State", duration = "Duration")
extract_history(br_fit)
[Package bistablehistory version 1.1.2 Index]