R/calculations.R
calculate_emp_p_value.Rd
This function calculates the Empirical p-value (emp_p_value) based on a given object.
calculate_emp_p_value(object) # S4 method for class 'DGrowthR' calculate_emp_p_value(object)
A DGrowthR object which contains the Gaussian Process regression results.
A numeric value representing the calculated Empirical p-value.