| publish.ci | R Documentation | 
Publish tables with confidence intervals
## S3 method for class 'ci'
publish(object, format = "[u;l]", se = FALSE, ...)
| 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  | 
This function calls summary.ci with print=FALSE and then publish
table with confidence intervals
Thomas A. Gerds <tag@biostat.ku.dk>
summary.ci
data(Diabetes)
publish(ci.mean(chol~location+gender,data=Diabetes),org=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.