Learn R Programming

hypothesize (version 0.11.0)

print.hypothesis_test: Print method for hypothesis tests

Description

Print method for hypothesis tests

Usage

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

Value

Returns x invisibly.

Arguments

x

a hypothesis test

...

additional arguments

Examples

Run this code
w <- wald_test(estimate = 2.5, se = 0.8)
print(w)

Run the code above in your browser using DataLab