publish.ci: Publish tables with confidence intervals

View source: R/publish.ci.R

publish.ciR 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 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

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)


Publish documentation built on Jan. 18, 2023, 1:08 a.m.