Skip to contents

summary method for a dfCorTest object

Usage

# S3 method for dfCorTest
summary(object, ...)

Arguments

object

object of class dfCorTest

...

optional arguments for a summary method

Details

summary.dfCorTest shows the summary of a dfCorTest object.

Value

summary.dfCorTest gives a list of two elements back

Results

data frame containing the summary statistics

Range

data frame containing the upper and lower limits of the confidence interval range

Author

Marco De Virgilis devirgilis.marco@gmail.com

See also

Examples

 test <- dfCorTest(RAA)
 summary(test)
#> $Results
#>             Value
#> T      0.06955782
#> E[T]   0.00000000
#> Var[T] 0.03571429
#> 
#> $Range
#>            Value
#> Lower -0.1274666
#> Upper  0.1274666
#>