powered by
Print method for hypothesis tests
# S3 method for hypothesis_test print(x, ...)
Returns x invisibly.
x
a hypothesis test
additional arguments
w <- wald_test(estimate = 2.5, se = 0.8) print(w)
Run the code above in your browser using DataLab