View source: R/successRegion.R
print.successRegion | R Documentation |
"successRegion"
Print method for class "successRegion"
## S3 method for class 'successRegion'
print(x, ...)
x |
Object of class |
... |
Other arguments |
Prints text summary in the console and invisibly returns the
"successRegion"
object
Samuel Pawel
## success region for two-sided significance test
successRegion(intervals = rbind(c(1.96, Inf), c(-Inf, -1.96)))
## success region for one-sided significance test
successRegion(intervals = rbind(c(1.96, Inf)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.