Learn R Programming

Publish (version 2023.01.17)

publish.ci: Publish tables with confidence intervals

Description

Publish tables with confidence intervals

Usage

# S3 method for ci
publish(object, format = "[u;l]", se = FALSE, ...)

Value

table with confidence intervals

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 formatCI with two arguments: the lower and the upper limit. For example '(l;u)' yields confidence intervals with round parenthesis in which the upper and the lower limits are separated by semicolon.

se

If TRUE add standard error.

...

passed to publish

Author

Thomas A. Gerds <tag@biostat.ku.dk>

Details

This function calls summary.ci with print=FALSE and then publish

See Also

summary.ci

Examples

Run this code

data(Diabetes)
publish(ci.mean(chol~location+gender,data=Diabetes),org=TRUE)

Run the code above in your browser using DataLab