Permuteplot: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Scott
(Created page with "===Purpose=== Create plot of permutation test results. ===Synopsis=== :fig = permuteplot(results,nlvs); ===Description=== Produces a plot of frational y-block information ca...")
 
imported>Scott
Line 25: Line 25:
===See Also===
===See Also===


[[permuteplot]], [[permuteprobs]], [[permutetest]]
[[permuteprobs]], [[permutetest]]

Revision as of 10:39, 21 September 2011

Purpose

Create plot of permutation test results.

Synopsis

fig = permuteplot(results,nlvs);

Description

Produces a plot of frational y-block information captured by calibration and cross-validation versus y-correlation is shown. The x-axis of this figure shows the correlation of each permuted y-block against the original. The y-axis shows the fractional information captured (1 - RMS(E).^2 / RMS(Y).^2). The plot includes the unperturbed results too. A significant difference between the unperturbed and permuted y-block results indicates the likelyhood of original model signficance.

Inputs

  • results = Results structure from permutetest.

Optional Inputs

  • nlvs = Number of latent variables for which results should be shown.

Outputs

  • fig = Handle of the created figure.

See Also

permuteprobs, permutetest