Extract model coefficients
coef.CRTanalysis.Rd
coef.CRTanalysis
method for extracting model fitted values
Usage
# S3 method for class 'CRTanalysis'
coef(object, ...)
Examples
{example <- readdata('exampleCRT.txt')
exampleGEE <- CRTanalysis(example, method = "GEE")
coef(exampleGEE)
}
#> (Intercept) armintervention
#> -0.5172565 -0.7004896
#> No non-linear parameter. No fixed effects of distance -
#> (Intercept) armintervention
#> -0.5189233 -0.6988229