Learn R Programming

stdReg (version 3.4.1)

summary.stdGlm: Summarizes GLM regression standardization fit

Description

This is a summary method for class "stdGlm".

Usage

# S3 method for stdGlm
summary(object, CI.type = "plain", CI.level = 0.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, on decimal form.

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)\}\), respectively. If left unspecified, \(\psi(x)=\theta(x)\).

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
# NOT RUN {
##See documentation for stdGlm

# }

Run the code above in your browser using DataLab