predict.CRTanalysis | R Documentation |
predict.CRTanalysis
method for extracting model predictions
## S3 method for class 'CRTanalysis'
predict(object, ...)
object |
CRTanalysis object |
... |
other arguments |
the model predictions returned by the statistical model run within the CRTanalysis
function
{example <- readdata('exampleCRT.txt')
exampleGEE <- CRTanalysis(example, method = "GEE")
predictions <- predict(exampleGEE)
}#'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.