gui.csdvsmdd {MDD} | R Documentation |
Allows for interactive entry of parameters for various programs to compare the clinically significant difference and the minimum detectable difference.
gui.csdvsmdd()
GUI prompts for parameters, then calls one of csdvsmdd.chisq
,
csdvsmdd.fisher
, csdvsmdd.satter
, or csdvsmdd.t
.
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. |
Does some basic data validation before calling the other programs.
Don Barkauskas (barkda@wald.ucdavis.edu)
csdvsmdd.chisq
, csdvsmdd.fisher
,
csdvsmdd.satter
, csdvsmdd.t
.