Description Usage Arguments Value Examples
This helper function prints the knitR code necessary to print the descriptive stats for all the specified factors in a data.table.
1 |
dataT |
The data table |
facF |
The name of the column containing the factor on which the comparisons are operated. |
DV |
Name of the column containing the dependant variable. |
subF |
Name of the column containing the subject code. |
levelV |
Heading level.A number between 2 and 5 |
file |
Name of the file to output to. If the file already exists, it will append _1 to the name. |
alpha |
Significance level. |
Prints the knitR code in the specified file.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.