View source: R/normalinference.R
qqnormplot | R Documentation |
Given a set of values, the quantiles (percentiles) of each value is calculated. The values in a standard normal corresponding to each quantile is calculated. The z-scores of the values of the variable are then plotted against their corresponding z-scores in the standard normal.
qqnormplot(var, data)
var |
The variable to be compared to the |
data |
The data frame contain the variable |
A ggplot object
qqnormplot(score, mathplacement)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.