forest.mp.cv.val {metamisc} | R Documentation |
Forest plot of a validation object.
Description
Draw a forest plot of the performance of an internally-externally cross-validated model.
Usage
## S3 method for class 'mp.cv.val'
forest(object, perfFUN = 1, method = "REML", xlab = NULL, ...)
Arguments
object |
An |
perfFUN |
Numeric or character. Which performance statistic should be plotted? Defaults to the first. |
method |
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". |
xlab |
Label on x-axis. Defaults to the name of the performance function. |
... |
Other arguments passed to plotting internals. E.g. |
Author(s)
Valentijn de Jong <Valentijn.M.T.de.Jong@gmail.com>