simulate.conformalize.Rd
This function generates simulations for new data using the fitted conformal model.
A object of class conformalize
.
A data frame or matrix of new data for prediction.
The method to use for prediction intervals. Options are "split" or "simulation".
The number of simulations to perform if using the "simulation" method. Default is 1000.
An optional seed for reproducibility.
Additional arguments to pass to the predict function.
A matrix with predictions and prediction intervals.