Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

ppplot.das

PP plot


Description

This function computes a PP (Probability-Probability) plot for the given dataset.

Usage

ppplot.das(x, pdist = pnorm, xlab = NULL, ylab = "Probability", line = TRUE, 
        lwd = 2, pch = 3, cex = 0.7, cex.lab = 1, ...)

Arguments

x

dataset

pdist

the distribution function

xlab, ylab, lwd, pch, cex, cex.lab

graphical parameters

line

if a regression line should be added

...

further parameters for the probability function

Details

The empirical probability is calculated and compared with the comparison distribution.

Author(s)

References

C. Reimann, P. Filzmoser, R.G. Garrett, and R. Dutter: Statistical Data Analysis Explained. Applied Environmental Statistics with R. John Wiley and Sons, Chichester, 2008.

Examples

data(AuNEW)
ppplot.das(AuNEW,pdist=plnorm,xlab="Probability of Au",
     ylab="Probabilities of lognormal distribution", pch=3,cex=0.7)

StatDA

Statistical Analysis for Environmental Data

v1.7.4
GPL (>= 3)
Authors
Peter Filzmoser
Initial release
2020-03-10

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.