Returns the parameters from a hypothesis test.
Usage
# S3 method for class 'htest'
get_parameters(x, ...)
Examples
get_parameters(t.test(1:10, y = c(7:20)))
#> Parameter Estimate
#> 1 1:10 and c(7:20) -8
Returns the parameters from a hypothesis test.
# S3 method for class 'htest'
get_parameters(x, ...)
get_parameters(t.test(1:10, y = c(7:20)))
#> Parameter Estimate
#> 1 1:10 and c(7:20) -8