pyls.structures.PLSPermResults

class pyls.structures.PLSPermResults(**kwargs)[source]

Dictionary-like object containing results of PLS permutation testing

pvals

Non-parametric p-values used to examine whether components from original decomposition explain more variance than permuted components

Type

(L,) numpy.ndarray

permsamples

Resampling array used to permute S samples over P permutations

Type

(S, P) numpy.ndarray