computeFStatFromParams: Compute F statistics from paramter data frame

computeFStatFromParamsR Documentation

Compute F statistics from paramter data frame

Description

Compute F statistics from paramter data frame

Usage

computeFStatFromParams(params_df)

Arguments

params_df

data frame listing all null and alternative model parameters as obtained by 'getModelParamsDf'

Value

data frame of all proteins and computed F statistics and parameters that were used for the computation

Examples

data("simulated_cell_extract_df")
params_df <- getModelParamsDf(simulated_cell_extract_df)
computeFStatFromParams(params_df)
 

nkurzaw/TPP2D documentation built on May 9, 2023, 10:04 a.m.