Print method for hypothesis tests

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

Arguments

x

a hypothesis test

...

additional arguments

Value

Returns x invisibly.

Examples

w <- wald_test(estimate = 2.5, se = 0.8)
print(w)
#> Hypothesis test (wald_test)
#> -----------------------------
#> Test statistic: 9.765625
#> P-value: 0.00177805059821686
#> Degrees of freedom: 1
#> Significant at 5% level: TRUE