Description Usage Arguments Value See Also
View source: R/plotResiduals.R
Plots for model diagnostics. Provides scatterplots of true vs. predicted values and histograms of the model's residuals.
1 2 | plotResiduals(obj, type = "scatterplot", loess.smooth = TRUE, rug = TRUE,
pretty.names = TRUE)
|
obj |
[ |
type |
Type of plot. Can be “scatterplot”, the default. Or “hist”, for a histogram, or in case of classification problems a barplot, displaying the residuals. |
loess.smooth |
[ |
rug |
[ |
pretty.names |
[ |
ggplot2 plot object.
Other plot: plotBMRBoxplots
,
plotBMRRanksAsBarChart
,
plotBMRSummary
,
plotCalibration
,
plotCritDifferences
,
plotFilterValuesGGVIS
,
plotLearningCurveGGVIS
,
plotLearningCurve
,
plotPartialDependenceGGVIS
,
plotPartialDependence
,
plotROCCurves
,
plotThreshVsPerfGGVIS
,
plotThreshVsPerf
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.