gui.csdvsmdd {MDD}R Documentation

GUI for Comparing CSD and MDD

Description

Allows for interactive entry of parameters for various programs to compare the clinically significant difference and the minimum detectable difference.

Usage

gui.csdvsmdd()

Details

GUI prompts for parameters, then calls one of csdvsmdd.chisq, csdvsmdd.fisher, csdvsmdd.satter, or csdvsmdd.t.

Value

A list with the following three components:

statsig.not.clinsig the probability that the trial will have a statistically significant but clinically insignificant result.
clinsig.not.statsig the probability that the trial will have a clinically significant but statistically insignificant result.
power the power of the test.

Note

Does some basic data validation before calling the other programs.

Author(s)

Don Barkauskas (barkda@wald.ucdavis.edu)

See Also

csdvsmdd.chisq, csdvsmdd.fisher, csdvsmdd.satter, csdvsmdd.t.


[Package MDD version 0.5 Index]