powered by
Print confidence intervals
# S3 method for ci print(x, se = FALSE, print = TRUE, ...)
A string: the formatted confidence intervals
Object containing point estimates and the corresponding confidence intervals
If TRUE add the standard error.
TRUE
Logical: if FALSE do not actually print confidence intervals but just return them invisibly.
FALSE
passed to summary.ci
Thomas A. Gerds <tag@biostat.ku.dk>
This format of the confidence intervals is user-manipulable.
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)")
Run the code above in your browser using DataLab