Permuteprobs

From Eigenvector Research Documentation Wiki
Revision as of 10:43, 21 September 2011 by imported>Scott (Created page with "===Purpose=== Display probabilities derived from permutation testing. ===Synopsis=== :table = permuteprobs(results,nlv); ===Description=== Displays or returns the probabilit...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Purpose

Display probabilities derived from permutation testing.

Synopsis

table = permuteprobs(results,nlv);

Description

Displays or returns the probability of model insignificance as determined from permutation testing. Inputs are the permutation testing results (results) and the number of latent variables (nlv) for which statistics should be displayed. If no outputs are given, the table is displayed at the command line, otherwise, the table is returned as a cell array of strings.

See Also

permuteplot, permutetest