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