plot.stdGlm: Plots GLM regression standardization fit

Description Usage Arguments Author(s) See Also Examples

Description

This is a plot method for class "stdGlm".

Usage

1
2
3
## S3 method for class 'stdGlm'
plot(x, CI.type = "plain", CI.level = 0.95,
  transform = NULL, contrast = NULL, reference = NULL, ...)

Arguments

x

an object of class "stdGlm".

CI.type

string, indicating the type of confidence intervals. Either "plain", which gives untransformed intervals, or "log", which gives log-transformed intervals.

CI.level

desired coverage probability of confidence intervals, on decimal form.

transform

a string. If set to "log", "logit", or "odds", the standardized mean θ(x) is transformed into ψ(x)=log\{θ(x)\}, ψ(x)=log[θ(x)/\{1-θ(x)\}], or ψ(x)=θ(x)/\{1-θ(x)\}, respectively. If left unspecified, ψ(x)=θ(x).

contrast

a string. If set to "difference" or "ratio", then ψ(x)-ψ(x_0) or ψ(x) / ψ(x_0) are constructed, where x_0 is a reference level specified by the reference argument.

reference

must be specified if contrast is specified.

...

further arguments passed on to plot.default.

Author(s)

Arvid Sjolander

See Also

stdGlm

Examples

1
##See documentation for stdGlm

stdReg documentation built on May 17, 2021, 9:10 a.m.

Related to plot.stdGlm in stdReg...