print.estimateCI {lrstat} | R Documentation |
Prints the point estimate and confidence interval.
## S3 method for class 'estimateCI'
print(x, ...)
x |
The estimateCI object to print. |
... |
Ensures that all arguments starting from "..." are named. |
A tabular printout of the design elements.
Kaifeng Lu, kaifenglu@gmail.com