Learn R Programming

bistablehistory (version 1.1.2)

print.cumhist: Prints out cumhist object

Description

Prints out cumhist object

Usage

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

Value

Nothing, console output only.

Arguments

x

A cumhist object

...

Unused

Examples

Run this code
# \donttest{
br_fit <- fit_cumhist(br_singleblock, state="State", duration="Duration", fixed_effects="Time")
br_fit
# }

Run the code above in your browser using DataLab