extract_replicate_term_to_matrix {bistablehistory} | R Documentation |
Extract a term and replicates it randomN times for each linear model
Description
Extract a term and replicates it randomN times for each linear model. Used for population mean or variance terms.
Usage
extract_replicate_term_to_matrix(object, term)
Arguments
object |
An object of class cumhist |
term |
String, term name |
Value
Matrix
Examples
br_fit <- fit_cumhist(br_singleblock, state = "State", duration = "Duration")
bH_mu <- extract_replicate_term_to_matrix(br_fit, "bH_mu")
[Package bistablehistory version 1.1.2 Index]