coeftest-methods {cold} | R Documentation |
Methods for function coeftest
Description
Extract information from poisson regression model objects of class cold
.
Usage
## S4 method for signature 'cold'
coeftest(object)
Arguments
object |
an object of class |
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
##### data = seizure
seiz1M <- cold(y ~ lage + lbase + v4 + trt + trt:lbase, data = seizure,
start = NULL, dependence = "AR1")
coeftest(seiz1M)
[Package cold version 2.0-3 Index]