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, ...)
| x | An object of S3 class stansim_collection. |
|---|---|
| ... | other arguments not used by this method |
S3 class stansim_collection.
# NOT RUN { # print stansim_collection summary info print(collection) # }