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