InspectStandardization {DataVisualizations} | R Documentation |
QQplot of Data versus Normalized Data
Description
Allows to inspect if standardization of data makes sense
Usage
InspectStandardization(Data, TransData, xug = -3, xog = 3, xlab = "Normal", yDataLab =
"Data", yTransDataLab = "Trasformated Data", Symbol4Gerade = "red", main = "", ...)
Arguments
Data |
... |
TransData |
... |
xug |
... |
xog |
... |
xlab |
... |
yDataLab |
... |
yTransDataLab |
... |
Symbol4Gerade |
... |
main |
... |
... |
... |
Details
...
Value
plot
Author(s)
Michael Thrun
References
Michael, J. R.: The stabilized probability plot, Biometrika, Vol. 70(1), pp. 11-17, 1983.
[Package DataVisualizations version 1.3.2 Index]