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