publish.ci {Publish} | R Documentation |
Publish tables with confidence intervals
Description
Publish tables with confidence intervals
Usage
## S3 method for class 'ci'
publish(object, format = "[u;l]", se = FALSE, ...)
Arguments
object |
Object of class ci containing point estimates and the corresponding confidence intervals |
format |
A string which indicates the format used for
confidence intervals. The string is passed to
|
se |
If |
... |
passed to |
Details
This function calls summary.ci with print=FALSE and then publish
Value
table with confidence intervals
Author(s)
Thomas A. Gerds <tag@biostat.ku.dk>
See Also
summary.ci
Examples
data(Diabetes)
publish(ci.mean(chol~location+gender,data=Diabetes),org=TRUE)
[Package Publish version 2023.01.17 Index]