powered by
Printing objects of class "confint" by a simple print method.
"confint"
print
# S3 method for confint print(x, digits = getOption("digits"), prefix = "\t", ...)
object of class "confint".
number of significant digits to be used.
string, passed to strwrap for displaying the method component of the mpe.test object.
strwrap
method
mpe.test
further arguments to be passed to or from methods.
the argument x, invisibly, as for all print methods.
x
A confint object is just a named list of confidence intervals and respective (point) estimates.
confint
print.power.htest
# NOT RUN { x <- rnorm(20) (CI <- normCI(x)) print(CI, digits = 3) # }
Run the code above in your browser using DataLab