print.confint | R Documentation |
Printing objects of class "confint"
by a simple print
method.
## S3 method for class 'confint' print(x, digits = getOption("digits"), prefix = "\t", ...)
x |
object of class |
digits |
number of significant digits to be used. |
prefix |
string, passed to |
... |
further arguments to be passed to or from methods. |
A confint
object is just a named list of confidence intervals
and respective (point) estimates.
the argument x
, invisibly, as for all print
methods.
print.power.htest
x <- rnorm(20) (CI <- normCI(x)) print(CI, digits = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.