PRSP object trained by a SBH model.## S3 method for class 'PRSP':
predict(object, newdata, steps, na.action = na.omit, ...)PRSP as generated by the main function sbh.Integer vector. Vector of peeling steps at which to predict the box memberships and box vertices.
Defaults to the last peeling step only.List containing the following 2 fields:Logical matrix of predicted box membership indicator (columns) by peeling steps (rows).
TRUE = in-box, FALSE = out-of-box.List of size the number of chosen peeling steps where each entry is a numeric matrix of
predicted box vertices: lower and upper bounds (rows) by covariate (columns).