coeftest-methods {cold} | R Documentation |
coeftest
Extract information from poisson regression model objects of class cold
.
## S4 method for signature 'cold' coeftest(object)
object |
an object of class |
Extract a list of summary statistics from poisson regression model corresponding to the fixed effects coefficients.
signature(object="cold")
:list of summary statistics of fixed effects coefficients for cold
object.
##### data= seizure seiz1M<-cold(y~lage+lbase+v4+trt+trt:lbase, data=seizure, start=NULL, dependence="AR1") coeftest(seiz1M)