Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

summary.brglmFit

summary method for brglmFit objects


Description

summary method for brglmFit objects

Usage

## S3 method for class 'brglmFit'
summary(
  object,
  dispersion = NULL,
  correlation = FALSE,
  symbolic.cor = FALSE,
  ...
)

Arguments

object

an object of class "glm", usually, a result of a call to glm.

dispersion

the dispersion parameter for the family used. Either a single numerical value or NULL (the default), when it is inferred from object (see ‘Details’).

correlation

logical; if TRUE, the correlation matrix of the estimated parameters is returned and printed.

symbolic.cor

logical. If TRUE, print the correlations in a symbolic form (see symnum) rather than as numbers.

...

further arguments passed to or from other methods.

Details

The interface of the summary method for brglmFit objects is identical to that of glm objects. The summary method for brglmFit objects computes the p-values of the individual Wald statistics based on the standard normal distribution, unless the family is Gaussian, in which case a t distribution with appropriate degrees of freedom is used.

See Also

Examples

## For examples see examples(brglmFit)

brglm2

Bias Reduction in Generalized Linear Models

v0.7.1
GPL-3
Authors
Ioannis Kosmidis [aut, cre] (<https://orcid.org/0000-0003-1556-0302>), Kjell Konis [ctb], Euloge Clovis Kenne Pagui [ctb], Nicola Sartori [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.