pecc_table1_original | R Documentation |
Re compute table1 from sratch
pecc_table1_original( df, ..., col1 = NA, col2 = NA, reduceBy = NA, outputExpr = F )
df |
dataset to analyze |
... |
name of the columns to analyze, optionally with "_cont" or "_cat" to force a continuous or categorical behavior. If ... is empty, analyze every columns (using reduce by to extract ID). |
col1 |
optional name of a categorical covariate to use as first column |
col2 |
optional name of a categorical covariate to use as second column |
reduceBy |
optional name of the columns to reduce the dataset by, separeated by "+" (eg ID + occ) |
outputExpr |
If F return directly the table1 output, if "Both" return both the code and its evaluation, else return only the code |
Thibaud Derippe (Thibaud.Derippe@gmail.com)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.