powered by
Print method for confidence sets
# S3 method for confidence_set print(x, ...)
Returns x invisibly.
x
a confidence_set object
additional arguments (ignored)
cs <- invert_test( function(theta) wald_test(estimate = 5, se = 1.2, null_value = theta), grid = seq(0, 10, by = 0.1) ) print(cs)
Run the code above in your browser using DataLab