Simulate p-values using multivariate normal distribution
simulate_p_mvn(score_table, nsim = 10000, reg = 0.001)Probability that the null model is the best scoring model
Table of model scores
Number of simulations (default: 1e4)
Regularization parameter for covariance matrix (default: 1e-3)
Uses Monte Carlo simulation to compute the probability that the null model is the best scoring model under multivariate normal assumptions.