powered by
Produces a Q--Q plot of the p-values supplied
plotp(pvals, ...)
A vector of p--values
Other parameters to pass through to qqplot and qqline
qqplot
qqline
Invisibly returns a list conisting of
The valid p--values
After eliminating out of range p--values and missing values produces a Q--Q plot and the line through the quantiles (by default the 0.25 and 0.75).
qqplot and qqline
# NOT RUN { data(cholest) plotp(cholest) # }
Run the code above in your browser using DataLab