summary.CRTanalysis {CRTspat} | R Documentation |
Summary of the results of a statistical analysis of a CRT
Description
summary.CRTanalysis
generates a summary of a CRTanalysis
including the main results
Usage
## S3 method for class 'CRTanalysis'
summary(object, ...)
Arguments
object |
an object of class |
... |
other arguments used by summary |
Value
No return value, writes text to the console.
Examples
{example <- readdata('exampleCRT.txt')
exampleT <- CRTanalysis(example, method = "T")
summary(exampleT)
}
[Package CRTspat version 1.3.0 Index]