Permuteprobs: Difference between revisions

From EVRI Test Wiki 02192024
Jump to navigation Jump to search
imported>Scott
(Created page with "===Purpose=== Display probabilities derived from permutation testing. ===Synopsis=== :table = permuteprobs(results,nlv); ===Description=== Displays or returns the probabilit...")
 
(No difference)

Latest revision as of 09:43, 21 September 2011

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