p_value_perm {AlpsNMR} | R Documentation |
The fucntion calculates the cumulative (1-tailed) probability of 'actual'
belonging to 'h0' (permutation_object
from the permutation_test_model
function).
p_value_perm(model_actual, permutation_object)
model_actual |
The actual model performance (e.g. misclassifications or Q2) |
permutation_object |
Null hypothesis distribution from permutation test
from |
The p-value indicating if there is significant differences between the model performance and the null hypothesis distribution from permutation test test
message("MUVR is not compatible with Bioconductor, use bp_kfold_VIP_analysis method instead")