plotPredictions: Plot Predicted versus Observed

Description Usage Arguments Examples

Description

Plots an 'A3' object's values showing the predicted versus observed values for each observation.

Usage

1
2
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 plot function.

Examples

1
2
3
data(multifunctionality)
 x <- a3.lm(MUL ~ ., multifunctionality, p.acc = NULL, features = FALSE)
 plotPredictions(x)

Example output

Loading required package: xtable
Loading required package: pbapply

A3 documentation built on May 2, 2019, 9:36 a.m.

Related to plotPredictions in A3...