Draw a forest plot of the performance of an internally-externally cross-validated model.
# S3 method for mp.cv.val
forest(object, perfFUN = 1, method = "REML", xlab = NULL, ...)
An mp.cv.val
or perf
object.
Numeric or character. Which performance statistic should be plotted? Defaults to the first.
character string specifying whether a fixed- or a random-effects model should be used to summarize the prediction model performance. A fixed-effects model is fitted when using method="FE". Random-effects models are fitted by setting method equal to one of the following: "DL", "HE", "SJ", "ML", "REML", "EB", "HS", or "GENQ". Default is "REML".
Label on x-axis. Defaults to the name of the performance function.
Other arguments passed to plotting internals. E.g. title
. See forest.default for details.
Valentijn de Jong <Valentijn.M.T.de.Jong@gmail.com>