qqplotAcd | R Documentation |
Plots a QQ-plot of the residuals and the theoretical quantiles implied by the model estimates.
qqplotAcd(fitModel, xlim = NULL, ylim = NULL)
fitModel |
a fitted ACD model, i.e. an object of class "acdFit" |
xlim |
an optional vector of limits for the x-axis |
ylim |
an optional vector of limits for the y-axis |
fitModelExp <- acdFit(adjDurData, dist = "exp")
qqplotAcd(fitModelExp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.