qqplotAcd {ACDm} | R Documentation |
Quantile-Quantile plot of the residuals
Description
Plots a QQ-plot of the residuals and the theoretical quantiles implied by the model estimates.
Usage
qqplotAcd(fitModel, xlim = NULL, ylim = NULL)
Arguments
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 |
Examples
fitModelExp <- acdFit(adjDurData, dist = "exp")
qqplotAcd(fitModelExp)
[Package ACDm version 1.0.4.3 Index]