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