Statistics: Descriptive Statistics: Discrete Frequency
Calculate frequency for discrete/categorical data
1. discfreqs irng:=col(1) freq:=1 perc:=1 show:=percent;
2. discfreqs -r 2 irng:=[Book1]Sheet1!A zero:=1;
3. discfreqs type:=0 irng:=[Book1]Sheet1!(A,B);
Please refer to the page for additional option switches when accessing the x-function from script
Input
int
Range
Option list:
Output
ReportData
For more information,please refer to our User Guide.
stats, freqcounts