Description Usage Arguments Value Examples
Function to compute and render text entries for BL-table
1 2 3  | table.text(this.data, this.var, group.var, this.GroupA, this.GroupB,
  this.type, this.test, sign.digits, sign.digits.prop, pvalue.digits,
  pvalue.cutoff, less.than.character)
 | 
this.data | 
 Data used for the computations  | 
this.var | 
 Variable in the table (must exist in   | 
group.var | 
 The name of the variable (column) in   | 
this.GroupA | 
 Name (factor level) of 'Group A' in the table  | 
this.GroupB | 
 Name (factor level) of 'Group B' in the table  | 
this.type | 
 Variable type for table  | 
this.test | 
 Test that determines p-value  | 
sign.digits | 
 Digits used for mean, standard deviation, etc.  | 
sign.digits.prop | 
 Digits used for proportion of cases for factors.  | 
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 BLtable()
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.