DMADENSITY procedure
Plots the empirical CDF or PDF (kernel smoothed) by groups (D.B. Baird).
Options
Parameters
Description
DMADENSITY plot the empirical cumulative probability density function (CDF) or probability density function (PDF) as estimated by kernel smoothing. The bandwidth for the smoothing must be specified by the BANDWIDTH option. By default the data values are untransformed, but you can set option TRANSFORMATION=log2 to transform them to logarithms base 2.
The data variate is specified by the DATA parameter, and the GROUPS parameter can supply a factor to define groups within which the CDF and PDF are to be displayed. By default the plots for the groups are displayed in a trellis arrangement, but you can set option ARRANGEMENT=single to display them separately, in single plots.
The WINDOW option specifies the window to use (by default 3), and the KEYWINDOW option can specify a window for a key (by default there is none). You can use the DEVICE option to plot to a device other than the screen. The GRAPHICSFILE option specifies then supplies a template for the file names.
Options: PLOT, TRANSFORMATION, BANDWIDTH, ARRANGEMENT, WINDOW, KEYWINDOW, DEVICE, GRAPHICSFILE.
Parameters: DATA, GROUPS.
Action with
RESTRICT
The DATA variate(s) can be restricted to use just a subset of the data values.