summary.CRTanalysis | R Documentation |
summary.CRTanalysis
generates a summary of a CRTanalysis
including the main results
## S3 method for class 'CRTanalysis'
summary(object, ...)
object |
an object of class |
... |
other arguments used by summary |
No return value, writes text to the console.
{example <- readdata('exampleCRT.txt')
exampleT <- CRTanalysis(example, method = "T")
summary(exampleT)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.