print.cumhist {bistablehistory}R Documentation

Prints out cumhist object

Description

Prints out cumhist object

Usage

## S3 method for class 'cumhist'
print(x, ...)

Arguments

x

A cumhist object

...

Unused

Value

Nothing, console output only.

Examples


br_fit <- fit_cumhist(br_singleblock, state="State", duration="Duration", fixed_effects="Time")
br_fit


[Package bistablehistory version 1.1.2 Index]