Description Usage Arguments Value Examples
Compute F statistics from paramter data frame
1 | computeFStatFromParams(params_df)
|
params_df |
data frame listing all null and alternative model parameters as obtained by 'getModelParamsDf' |
data frame of all proteins and computed F statistics and parameters that were used for the computation
1 2 3 4 | data("simulated_cell_extract_df")
params_df <- getModelParamsDf(simulated_cell_extract_df)
computeFStatFromParams(params_df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.