Base-R alias for posterior_predict(): each simulation is one posterior
predictive replicate at the training data.
Usage
# S3 method for class 'tulpa_fit'
simulate(object, nsim = 1, seed = NULL, ...)Value
A data frame with nsim columns (sim_1, ...), one row per
observation, following the stats::simulate() convention.