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