Print basic information regarding a stansim_collection object, including collection title, the simulations within the collection, and any datasets that have been refitted.

# S3 method for stansim_collection
print(x, ...)

Arguments

x

An object of S3 class stansim_collection.

...

other arguments not used by this method

See also

S3 class stansim_collection.

Examples

# NOT RUN {
# print stansim_collection summary info
print(collection)
# }