Learn R Programming

ACDm (version 1.0.4.3)

qqplotAcd: 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

Run this code
fitModelExp <- acdFit(adjDurData, dist = "exp")
qqplotAcd(fitModelExp)

Run the code above in your browser using DataLab