Skip to contents

coef.CRTanalysis method for extracting model fitted values

Usage

# S3 method for CRTanalysis
coef(object, ...)

Arguments

object

CRTanalysis object

...

other arguments

Value

the model coefficients returned by the statistical model run within the CRTanalysis function

Examples

{example <- readdata('exampleCRT.txt')
exampleGEE <- CRTanalysis(example, method = "GEE")
coef(exampleGEE)
}
#> No non-linear parameter.  No fixed effects of distance -
#>     (Intercept) armintervention 
#>      -0.5189242      -0.6988219