gui.mdd {MDD}R Documentation

GUI for MDD Calculations

Description

Allows for interactive entry of parameters for various minimum detectable difference programs.

Usage

gui.mdd()

Details

GUI prompts for parameters, then calls one of mdd.chisq, mdd.fisher.exact, mdd.mantelhaen, mdd.mantelhaen.pow, mdd.satterthwaite, or mdd.t.test.

Value

The same value as whichever function is called.

Note

Does some basic data validation before calling the other programs.

Author(s)

Don Barkauskas (barkda@wald.ucdavis.edu)

See Also

mdd.chisq, mdd.fisher.exact, mdd.mantelhaen, mdd.mantelhaen.pow, mdd.satterthwaite, mdd.t.test.


[Package MDD version 0.5 Index]