Box Plot of Type I Error Rate, Statistical Power, and Miss Rate
Source:R/manMCMedMiss-fig-box-plot.R
      FigBoxPlot.RdBox Plot of Type I Error Rate, Statistical Power, and Miss Rate
Arguments
- results
 Data frame. The package data frame
results().- type
 Character string. Type of results to plot. Valid values are
"type1","power", and"miss"for Type I error rate, statistical power, and miss rate, respectively.- mech
 Character string. Missing data mechanism. Valid values are
"COMPLETE","MAR", and"MCAR".- prop
 Numeric. Proportion of missing data. Valid values are
.1,.2,.3. Note that ifmech = "COMPLETE",propwill be set to0.- n
 Vector of positive integers. Sample size. Valid values are
50,75,100,150,200,250,500, and1000. Ifn = NULL, use all sample sizes.
See also
Other Figure Functions: 
FigScatterPlot()