This class represents the permutation test outcomes. See also
the function permtest.
orig_lossa numeric value with the original loss of the model.
perm_lossesa numeric vector with the losses of the different permutations.
nthe number of permutations
loss_functionthe function used to calculate the losses.
exclusiona character value indicating the exclusion setting used for the test
replaceby0a locigal value that indicates whether the
exclusion was done by replacing with zero. See also
loo.
permutationa character value that indicats in which kernel matrices were permuted.
pvala p value indicating how likely it is to find a smaller loss than the one of the model based on a normal approximation.
exacta logical value indicating whether the P value was calculated exactly or approximated by the normal distribution.