Learn R Programming

Greg (version 1.4.1)

prGetFpDataFromGlmFit: Gets the boundaries for a GLM fit that is poisson or quasipoisson based

Description

Gets the boundaries for a GLM fit that is poisson or quasipoisson based

Usage

prGetFpDataFromGlmFit(glm.fit, conf.int = 0.95, exp = TRUE)

Value

A matrix with the columns:

beta

The estimated coefficient

p_val

P-value

low

The lower confidence interval

high

The upper confidence interval

order

A column that later can be used in ordering

Arguments

glm.fit

A regression model

conf.int

The interval of interest 0-1, see levels in confint()

exp

If the value should be in exponential form (default)