print.stansim_data: Print a summary for a stansim_data object

Description Usage Arguments See Also Examples

View source: R/print-methods.R

Description

Print basic information regarding a stansim_data object, including data title, number of datasets, variables recorded, and the name of the model from which the data was simulated from.

Usage

1
2
## S3 method for class 'stansim_data'
print(x, ...)

Arguments

x

An object of S3 class stansim_data.

...

other arguments not used by this method

See Also

S3 class stansim_data.

Examples

1
2
3
4
5
## Not run: 
# print stansim_data summary info
print(simulated_data)

## End(Not run)

Ewan-Keith/rstansim documentation built on May 6, 2019, 4:08 p.m.