powered by
Plots a QQ-plot of the residuals and the theoretical quantiles implied by the model estimates.
qqplotAcd(fitModel, xlim = NULL, ylim = NULL)
a fitted ACD model, i.e. an object of class "acdFit"
an optional vector of limits for the x-axis
an optional vector of limits for the y-axis
fitModelExp <- acdFit(adjDurData, dist = "exp") qqplotAcd(fitModelExp)
Run the code above in your browser using DataLab