| QQplot {DataVisualizations} | R Documentation |
Qantile-quantile plot with a linear fit
QQplot(X,Y,xlab ='X', ylab='Y',col="red",main='',...)
X |
[1:n] numerical vector, First Feature |
Y |
1:n] numerical vector, Second Feature to compare first feature with |
xlab |
x label, see |
ylab |
y label, see |
col |
color of line, see |
main |
title of plot, see |
... |
other parameters for |
Output is the evaluation of a linear fit of lm called 'line' and a quantile quantile plot (QQplot).
List with
Residuals |
Output of |
Summary |
Output of |
Anova |
Output of |
Michael Thrun
Michael, J. R.: The stabilized probability plot, Biometrika, Vol. 70(1), pp. 11-17, 1983.