Learn R Programming

stdReg (version 1.1)

summary.stdGlm: Summarizes GLM regression standardization fit

Description

This is a summary method for class "stdGlm".

Usage

## S3 method for class 'stdGlm':
summary(object, CI.type = "plain", CI.level = 95,
  transform = NULL, contrast = NULL, reference = NULL, ...)

Arguments

object
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, in percent.
transform
a string. If set to "log", "logit", or "odds", the standardized mean $\theta(x)$ is transformed into $\psi(x)=log{\theta(x)}$, $\psi(x)=log[\theta(x)/{1-\theta(x)}]$, or $\psi(x)=\theta(x)/{1-\theta(x)}$, respe
contrast
a string. If set to "difference" or "ratio", then $\psi(x)-\psi(x_0)$ or $\psi(x) / \psi(x_0)$ are constructed, where $x_0$ is a reference level specified by the reference argument.
reference
must be specified if contrast is specified.
...
not used.

See Also

stdGlm

Examples

Run this code
##See documentation for stdGlm

Run the code above in your browser using DataLab