residualsVGAM: Extract Residuals from models of VGAM

Description Usage

View source: R/residuals.R

Description

A internal function to simulate surrogate residuals for models fitted by vglm and vglm. Now, this one support "vglm" and "vgam", and adjacent categories regression model by "vglm". This one may need to update to support more models from VGAM.

Usage

1
2
3
4
5
6
7
8
residualsVGAM(
  object,
  type = c("surrogate", "sign", "general", "deviance"),
  jitter = c("latent", "uniform"),
  jitter.uniform.scale = c("probability", "response"),
  nsim = 1L,
  ...
)

PAsso documentation built on June 18, 2021, 5:09 p.m.