table.contvar.with.CI | R Documentation |
This is the version for table.contvar() with confidence interval. Display a vector of continuous values in a table with confidence interval using the breaks supplied. Attachs a meta attribute with varname
table.contvar.with.CI(x, breaks, varname)
x |
vector of continous values |
breaks |
a numeric vector of two or more cut points NB: note that the cut point value is not included in the bin (ie: include.lowest = FALSE) Therefore the very first cut point must be less than min(x) |
varname |
added as a tag on the meta attribute |
a table (proportions) with names specified by breaks
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.