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