print.chkpt_stan {chkptstanr} | R Documentation |
Print chkpt_stan
Objects
Description
Print chkpt_stan
Objects
Usage
## S3 method for class 'chkpt_stan'
print(x, ...)
Arguments
x |
Object of class |
... |
Currently ignored |
Value
No return value, and used to print the chkpt_stan
object.
Note
This function mainly avoids printing out a list.
Typically, after fitting, the posterior draws should be summarized with
combine_chkpt_draws
.
[Package chkptstanr version 0.1.1 Index]