print.chkpt_setup: Print 'chkpt_setup' Object

View source: R/chkpt_setup.R

print.chkpt_setupR Documentation

Print chkpt_setup Object

Description

Print chkpt_setup Object

Usage

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

Arguments

x

An object of class chkpt_setup.

...

Currently ignored.

Value

No return value, and used to print the chkpt_setup object.

Examples

chkpt_setup <- chkpt_setup(
  iter_sampling = 5000,
  iter_warmup = 2000,
  iter_per_chkpt = 10
)


chkpt_setup

chkptstanr documentation built on April 29, 2022, 5:06 p.m.