Description Usage Arguments Examples
This function is used to extract data from a data frame and convert to a design matrix. The matrix is then input into SwE for fast computations.
1 | ParseDf(external_df, notation, norm_data)
|
external_df |
The data frame used to extract data |
notation |
The formula specified by the user |
norm_data |
A TRUE or FALSE flag. If set to TRUE will norm the data prior to processing. |
1 | X <- ParseDf(external_df,notation)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.