p_value_calc {GPEMR}R Documentation

P value calculation function for models used in comparison_plot() function

Description

P value calculation function for models used in comparison_plot() function

Usage

p_value_calc(
  data_path,
  window_size = 3,
  model,
  parameter,
  p_val_method,
  repetition
)

Arguments

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.

Value

A list containing the calculated p-values and other related information.


[Package GPEMR version 0.1.0 Index]