- n_simu
integer value, number of simulations to compute the
statistical power.
- alpha
numerical value, between 0 and 1, type I risk level to reject
the null hypothesis in the simulation. Default value is 5%.
- n_perm
integer, number of permutation to compute the p-values.
- stat
character string or vector of character string, name of the
statistics for which the p-values will be computed, among "mo", "med",
"wmw", "hkr", "cff".
- n_point
integer value, number of points in the trajectory.
- n_obs1
integer value, number of trajectories in the first sample.
- n_obs2
integer value, number of trajectories in the second sample.
- c_val
numeric value, level of divergence between the two samples.
- delta_shape
character string, shape of the divergence between the
two samples, among "constant", "linear", "quadratic".
- distrib
character string, type of probability distribution used to
simulate the data among "normal", "cauchy", "dexp", "student".
- max_iter
integer, maximum number of iteration for the iterative
simulation process.
- verbose
boolean, if TRUE, enable verbosity.