View source: R/resiDensityAcd.R
resiDensityAcd | R Documentation |
Plots a density histogram of the residuals and superimposes the density implied by the model estimates.
resiDensityAcd(fitModel, xlim = NULL, binwidth = .1, density = FALSE)
fitModel |
a fitted ACD model, i.e. an object of class "acdFit" |
xlim |
an optional vector of limits for the x-axis |
binwidth |
the width of the bins of the density histogram. |
density |
if |
Markus Belfrage
## Not run:
fitModelBurr <- acdFit(adjDurData, dist = "burr")
resiDensityAcd(fitModelBurr)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.