powered by
Plots a density histogram of the residuals and superimposes the density implied by the model estimates.
resiDensityAcd(fitModel, xlim = NULL, binwidth = .1, density = FALSE)
a fitted ACD model, i.e. an object of class "acdFit"
an optional vector of limits for the x-axis
the width of the bins of the density histogram.
if TRUE a kernel density estimate will be added
TRUE
Markus Belfrage
if (FALSE) { fitModelBurr <- acdFit(adjDurData, dist = "burr") resiDensityAcd(fitModelBurr)}
Run the code above in your browser using DataLab