print.ci | R Documentation |
Print confidence intervals
## S3 method for class 'ci'
print(x, se = FALSE, print = TRUE, ...)
x |
Object containing point estimates and the corresponding confidence intervals |
se |
If |
print |
Logical: if |
... |
passed to summary.ci |
This format of the confidence intervals is user-manipulable.
A string: the formatted confidence intervals
Thomas A. Gerds <tag@biostat.ku.dk>
ci plot.ci formatCI summary.ci
library(lava)
m <- lvm(Y~X)
m <- categorical(m,Y~X,K=4)
set.seed(4)
d <- sim(m,24)
ci.mean(Y~X,data=d)
x <- ci.mean(Y~X,data=d)
print(x,format="(l,u)")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.