summary.glmregNB: Summary Method Function for Objects of Class 'glmregNB'

View source: R/glmregNB.R

summary.glmregNBR Documentation

Summary Method Function for Objects of Class 'glmregNB'

Description

Summary results of fitted penalized negative binomial regression model

Usage

## S3 method for class 'glmregNB'
summary(object, ...)

Arguments

object

fitted model object of class glmregNB.

...

arguments passed to or from other methods.

Details

This function is a method for the generic function summary() for class "glmregNB". It can be invoked by calling summary(x) for an object x of the appropriate class, or directly by calling summary.glmregNB(x) regardless of the class of the object.

Value

Summary of fitted penalized negative binomial model

Author(s)

Zhu Wang <zwang145@uthsc.edu>

References

Zhu Wang, Shuangge Ma, Michael Zappitelli, Chirag Parikh, Ching-Yun Wang and Prasad Devarajan (2014) Penalized Count Data Regression with Application to Hospital Stay after Pediatric Cardiac Surgery, Statistical Methods in Medical Research. 2014 Apr 17. [Epub ahead of print]

See Also

summary, glm.nb


mpath documentation built on Jan. 7, 2023, 1:17 a.m.