qqplotAcd: Quantile-Quantile plot of the residuals

View source: R/qqplotAcd.R

qqplotAcdR 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)

ACDm documentation built on Nov. 16, 2022, 5:09 p.m.