Description Usage Arguments Details Value
analyze_data perform data analysis and hypothesis testing
| 1 | analyze_data(my.data, my.group = NULL)
 | 
| my.data | A data frame with data to be analyzed | 
| my.group | An optional vector to group patients on; defaults to NULL | 
This function takes a data frame with data to be analyzed, performs hypothesis testing, and returns a list which can be reported in a markdown document. If my.group is NULL, then the function will look for a column named group in the data frame.
A list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.