powered by
coeftest
Extract information from poisson regression model objects of class cold.
cold
# S4 method for cold coeftest(object)
an object of class cold.
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.
# 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