computeFStatFromParams {TPP2D} | R Documentation |
Compute F statistics from paramter data frame
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
data("simulated_cell_extract_df") params_df <- getModelParamsDf(simulated_cell_extract_df) computeFStatFromParams(params_df)