Learn R Programming

cold (version 2.0-3)

coeftest-methods: Methods for function coeftest

Description

Extract information from poisson regression model objects of class cold.

Usage

# S4 method for cold
coeftest(object)

Arguments

object

an object of class cold.

Value

Extract a list of summary statistics from poisson regression model corresponding to the fixed effects coefficients.

Methods

signature(object="cold"):

list of summary statistics of fixed effects coefficients for cold object.

Examples

Run this code
# NOT RUN {
#####  data = seizure

seiz1M <- cold(y ~ lage + lbase + v4 + trt + trt:lbase, data = seizure, 
start = NULL, dependence = "AR1")

coeftest(seiz1M)
# }

Run the code above in your browser using DataLab