summary.cumhist {bistablehistory} | R Documentation |
Summary for a cumhist object
Description
Summary for a cumhist object
Usage
## S3 method for class 'cumhist'
summary(object, ...)
Arguments
object |
A cumhist object |
... |
Unused |
Value
Nothing, console output only.
Examples
br_fit <- fit_cumhist(br_singleblock, state="State", duration="Duration")
summary(br_fit)
[Package bistablehistory version 1.1.2 Index]