Description Usage Arguments Value Examples
Function to compute and render text entries for OR-table
1 2  | ORtable.text(this.data, this.outcome, this.var, this.type, sign.digits,
  sign.digits.OR, pvalue.digits, pvalue.cutoff, less.than.character)
 | 
this.data | 
 Data used for the computations  | 
this.outcome | 
 The name of the variable (column) in   | 
this.var | 
 Variable in the table (must exist in   | 
this.type | 
 Variable type for table  | 
sign.digits | 
 Digits used for parameter estimate  | 
sign.digits.OR | 
 Digits used for odds ratio with conf.intervals  | 
pvalue.digits | 
 Digits used for p-values.  | 
pvalue.cutoff | 
 Cutoff for changing p-values to simply 'smaller than', e.g., p < 0.001.  | 
less.than.character | 
 The character to be prepended to the cutoff-value for the p-values (e.g., '< 0.001'). The default
is   | 
Output used by ORtable()
1  | ## Not run:  Called by other function - not intended to be called by user directly. 
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.