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.

# S3 method for 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

# NOT RUN {
# print stansim_data summary info
print(simulated_data)
# }