p_value_calc {GPEMR} | R Documentation |
P value calculation function for models used in comparison_plot() function
p_value_calc(
data_path,
window_size = 3,
model,
parameter,
p_val_method,
repetition
)
data_path |
The path to the data file. |
window_size |
The size of the window for analysis. |
model |
The model to be used for p-value calculation. |
parameter |
The parameters for the model. |
p_val_method |
The method to be used for p-value calculation ("Parametric" or "Non-Parametric"). |
repetition |
The number of repetitions for the analysis. |
A list containing the calculated p-values and other related information.