Print basic information regarding a stansim_simulation object, including simulation title, time/date ran, number of models fitted, parameters and estimates recorded, and the titles of any datasets that were refitted.
# S3 method for stansim_simulation print(x, ...)
| x | An object of S3 class stansim_simulation. |
|---|---|
| ... | other arguments not used by this method |
S3 class stansim_simulation.
# NOT RUN { # print stansim_simulation summary info print(simulation) # }