Summary Generic for S3 testResult Class
summary.testResult.RdSummary Generic for S3 testResult Class
Usage
# S3 method for class 'testResult'
summary(object, ...)Examples
res <- new_testResult(1, c(0.5, 1.5), 0, 0.5, "equality", 2, 0.05, 0.1, 0.1)
summary(res)
#> Resampling Test for equality Hypothesis.
#> =========================================
#> Resampling iterations: 2
#> alpha: 0.05
#> used kernel-bandwith:
#> h1: 0.1 h2: 0.1
#>
#> Results
#> -----------------------------------------
#> Tn: 1
#> p: 0.5
#> Decision: Accepted H0