powered by
coef.CRTanalysis method for extracting model fitted values
coef.CRTanalysis
# S3 method for CRTanalysis coef(object, ...)
the model coefficients returned by the statistical model run within the CRTanalysis function
CRTanalysis
CRTanalysis object
other arguments
{example <- readdata('exampleCRT.txt') exampleGEE <- CRTanalysis(example, method = "GEE") coef(exampleGEE) }
Run the code above in your browser using DataLab