Skip to contents

print a summary of the hrest object

Usage

# S3 method for class 'hrest'
print(x, ...)

Arguments

x

hrest object

...

other parameters

Value

null

Examples


 d1 <- make_data()
 hr_est <- estimate(d1, score, group)
 print(hr_est)
#> besthr (HR Rank Score Analysis with Bootstrap Estimation)
#> =========================================================
#> 
#> Control: A
#> 
#> Unpaired mean rank difference of A (13.05, n=10) minus B (7.95, n=10)
#>  5.1
#> Confidence Intervals (0.025, 0.975)
#>  5.69, 11.32875
#> 
#> 100 bootstrap resamples.