data ex12;
length id 8;
do id=1 to 10000;
x1 = ranuni(101);
x2 = 10*ranuni(201);
x3 = 100*ranuni(301);
output;
end;
run;
.
|
Role
|
Description
|
|---|---|
|
Roles
|
|
|
Variables
to bin
|
specifies one or more
variables as input variables for binning. The specified variables
must be interval variables.
|
|
Additional Roles
|
|
|
Frequency
count
|
specifies a numeric variable that contains the frequency of occurrence for each observation. If the frequency value is less than 1 or is missing, the observation is not used
in the analysis. If no variable is assigned to the Frequency
count role, each observation is assigned a frequency
of 1.
|
|
Option Name
|
Description
|
|---|---|
|
Methods
|
|
|
Number of
bins
|
specifies the global number of binning levels for all binning variables. This value
can be any integer between 2 and 1,000, inclusive. The default number of binning levels is 16.
|
|
Method
|
specifies which binning
method to use.
|
|
Statistics
|
|
|
Select statistics
to display
|
In the results, you
can specify whether to include statistics.
Here are the additional
statistics that you can include:
|