Learn R Programming

CRTspat (version 1.4.0)

summary.CRTanalysis: 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 CRTanalysis
summary(object, ...)

Value

No return value, writes text to the console.

Arguments

object

an object of class "CRTanalysis"

...

other arguments used by summary

Examples

Run this code
{example <- readdata('exampleCRT.txt')
exampleT <- CRTanalysis(example, method = "T")
summary(exampleT)
}

Run the code above in your browser using DataLab