gui.graph.one.strat {MDD}R Documentation

GUI for Power in Fisher's Exact Test

Description

Allows for interactive entry of parameters for graph.one.strat.

Usage

gui.graph.one.strat()

Details

GUI prompts for parameters, then calls graph.one.strat.

Value

The matrix from the observed component returned by the last call to mdd.fisher.exact, returned invisibly.

Note

First calls mdd.fisher.exact to generate the res.mat argument of graph.one.strat.

Each time the “Graph” button on the GUI is pushed, it calls mdd.fisher.exact (if any of the parameters needed for that function have changed since the last time “Graph” was pushed), then calls graph.one.strat.

The “New” button on the GUI opens a new graphics window and makes it the active device.

Does some basic data validation before calling graph.one.strat.

Author(s)

Don Barkauskas (barkda@wald.ucdavis.edu)

See Also

mdd.fisher.exact, graph.one.strat


[Package MDD version 0.5 Index]