plotPredictions {A3} | R Documentation |
Plot Predicted versus Observed
Description
Plots an 'A3' object's values showing the predicted versus observed values for each observation.
Usage
plotPredictions(x, show.equality = TRUE, xlab = "Observed Value",
ylab = "Predicted Value", main = "Predicted vs Observed", ...)
Arguments
x |
an A3 object, |
show.equality |
if true plot a line at 45-degrees. |
xlab |
the x-axis label. |
ylab |
the y-axis label. |
main |
the plot title. |
... |
additional options provided to the |
Examples
data(multifunctionality)
x <- a3.lm(MUL ~ ., multifunctionality, p.acc = NULL, features = FALSE)
plotPredictions(x)
[Package A3 version 1.0.0 Index]