coeftest-methods: Methods for function 'coeftest'

Description Usage Arguments Value Methods Examples

Description

Extract information from poisson regression model objects of class cold.

Usage

1
2
## S4 method for signature '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

1
2
3
4
5
6
#####  data = seizure

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

coeftest(seiz1M)

cold documentation built on Aug. 25, 2021, 5:06 p.m.