Provides actions for performing frequency and crosstabulation analysis
Constructs the frequency and crosstabulation tables.
If a row includes a subparameter, you can specify the name, caslib, and so on in the subparameter. Otherwise, you can specify the name, caslib, and so on in the parameter.
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
required parametertable |
— |
specifies the settings for an input table. |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
names |
lists the names of results tables to save as CAS tables on the server. |
changes the attributes of variables used in this action. Currently, attributes specified on the inputs and nominals parameter are ignored.
For more information about specifying the attributes parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Aliases | attribute |
|---|---|
| attr |
when set to True, reverses the sort order that is imposed by the order parameter.
| Default | FALSE |
|---|
specifies a list of results tables to send to the client for display.
For more information about specifying the display parameter, see the common displayTables parameter (Appendix A: Common Parameters).
suppresses analysis if the number of BY groups exceeds the specified value.
| Minimum value | 1 |
|---|
when set to True, treats missing values as valid levels for the variables that are defined in the tabulate parameter.
| Default | FALSE |
|---|
when set to True, includes observations that have weights of 0 in the analysis.
| Default | FALSE |
|---|
specifies the maximum number of variable levels to display in the variable level information table. The value 0 suppresses all levels.
| Minimum value | 0 |
|---|
specifies the sort order for the levels of the variables that are defined in the tabulate parameter.
| Default | INTERNAL |
|---|
uses external formatted value, except for numeric variables that have no explicit format, which are sorted by their unformatted (internal) value.
lists the names of results tables to save as CAS tables on the server.
For more information about specifying the outputTables parameter, see the common outputTables parameter (Appendix A: Common Parameters).
| Alias | displayOut |
|---|
when set to True, displays the variable level information table.
| Default | TRUE |
|---|
specifies options to control displayed frequency and crosstabulation tables.
| Long form | tabDisplay={format="CROSSLIST" | "LIST"} |
|---|---|
| Shortcut form | tabDisplay="CROSSLIST" | "LIST" |
The freqTab_tabDisplay value can be one or more of the following:
specifies the maximum number of variable levels to display in one-way frequency tables. A value of 0 means an unlimited number of levels.
| Default | 0 |
|---|---|
| Minimum value | 0 |
when set to True, displays missing value frequencies in one-way frequency tables and crosstabulation tables in LIST format but does not include the missing value frequencies in any computations of percentages or statistics.
| Default | FALSE |
|---|
specifies the settings for an input table.
For more information about specifying the table parameter, see the common castable (Form 1) parameter (Appendix A: Common Parameters).
specifies the frequency and crosstabulation tables to produce. If you specify the vars parameter only, the frequency or crosstabulation table to produce is made up of variables that you specify in the vars parameter. If you specify the cross parameter along with the vars parameter, each pair of variables (one from the vars parameter and the other from the cross parameter, in this order) defines a two-way crosstabulation table to produce. If you omit the tabulate parameter, one-way frequency tables are generated for all variables that are not specified in other parameters.
| Alias | crossTabs |
|---|
The freqTab_tabulate value can be one or more of the following:
specifies the variables to pair with those specified in the vars parameter to produce two-way crosstabulation tables. Each pair of variables, one from the vars parameter and the other from the cross parameter, in this order, defines a two-way crosstabulation table to produce.
specifies the variables to use to produce a frequency or crosstabulation table. To produce a one-way frequency table, specify a single variable. To produce a two-way or multiway crosstabulation table (an n-way table, where n>1), specify at least two variables. For a two-way or multiway table, the values of the last specified variable form the crosstabulation table columns, the values of the next-to-last variable form the rows, and each combination of levels of the other variables forms one stratum.
specifies a numeric variable that provides a weight for each observation in the input data table.
Constructs the frequency and crosstabulation tables.
If a row includes a subparameter, you can specify the name, caslib, and so on in the subparameter. Otherwise, you can specify the name, caslib, and so on in the parameter.
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
required parametertable |
— |
specifies the settings for an input table. |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
names |
lists the names of results tables to save as CAS tables on the server. |
changes the attributes of variables used in this action. Currently, attributes specified on the inputs and nominals parameter are ignored.
For more information about specifying the attributes parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Aliases | attribute |
|---|---|
| attr |
when set to True, reverses the sort order that is imposed by the order parameter.
| Default | false |
|---|
specifies a list of results tables to send to the client for display.
For more information about specifying the display parameter, see the common displayTables parameter (Appendix A: Common Parameters).
suppresses analysis if the number of BY groups exceeds the specified value.
| Minimum value | 1 |
|---|
when set to True, treats missing values as valid levels for the variables that are defined in the tabulate parameter.
| Default | false |
|---|
when set to True, includes observations that have weights of 0 in the analysis.
| Default | false |
|---|
specifies the maximum number of variable levels to display in the variable level information table. The value 0 suppresses all levels.
| Minimum value | 0 |
|---|
specifies the sort order for the levels of the variables that are defined in the tabulate parameter.
| Default | INTERNAL |
|---|
uses external formatted value, except for numeric variables that have no explicit format, which are sorted by their unformatted (internal) value.
lists the names of results tables to save as CAS tables on the server.
For more information about specifying the outputTables parameter, see the common outputTables parameter (Appendix A: Common Parameters).
| Alias | displayOut |
|---|
when set to True, displays the variable level information table.
| Default | true |
|---|
specifies options to control displayed frequency and crosstabulation tables.
| Long form | tabDisplay={format="CROSSLIST" | "LIST"} |
|---|---|
| Shortcut form | tabDisplay="CROSSLIST" | "LIST" |
The freqTab_tabDisplay value can be one or more of the following:
specifies the maximum number of variable levels to display in one-way frequency tables. A value of 0 means an unlimited number of levels.
| Default | 0 |
|---|---|
| Minimum value | 0 |
when set to True, displays missing value frequencies in one-way frequency tables and crosstabulation tables in LIST format but does not include the missing value frequencies in any computations of percentages or statistics.
| Default | false |
|---|
specifies the settings for an input table.
For more information about specifying the table parameter, see the common castable (Form 1) parameter (Appendix A: Common Parameters).
specifies the frequency and crosstabulation tables to produce. If you specify the vars parameter only, the frequency or crosstabulation table to produce is made up of variables that you specify in the vars parameter. If you specify the cross parameter along with the vars parameter, each pair of variables (one from the vars parameter and the other from the cross parameter, in this order) defines a two-way crosstabulation table to produce. If you omit the tabulate parameter, one-way frequency tables are generated for all variables that are not specified in other parameters.
| Alias | crossTabs |
|---|
The freqTab_tabulate value can be one or more of the following:
specifies the variables to pair with those specified in the vars parameter to produce two-way crosstabulation tables. Each pair of variables, one from the vars parameter and the other from the cross parameter, in this order, defines a two-way crosstabulation table to produce.
specifies the variables to use to produce a frequency or crosstabulation table. To produce a one-way frequency table, specify a single variable. To produce a two-way or multiway crosstabulation table (an n-way table, where n>1), specify at least two variables. For a two-way or multiway table, the values of the last specified variable form the crosstabulation table columns, the values of the next-to-last variable form the rows, and each combination of levels of the other variables forms one stratum.
specifies a numeric variable that provides a weight for each observation in the input data table.
Constructs the frequency and crosstabulation tables.
If a row includes a subparameter, you can specify the name, caslib, and so on in the subparameter. Otherwise, you can specify the name, caslib, and so on in the parameter.
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
required parametertable |
— |
specifies the settings for an input table. |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
names |
lists the names of results tables to save as CAS tables on the server. |
changes the attributes of variables used in this action. Currently, attributes specified on the inputs and nominals parameter are ignored.
For more information about specifying the attributes parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Aliases | attribute |
|---|---|
| attr |
when set to True, reverses the sort order that is imposed by the order parameter.
| Default | False |
|---|
specifies a list of results tables to send to the client for display.
For more information about specifying the display parameter, see the common displayTables parameter (Appendix A: Common Parameters).
suppresses analysis if the number of BY groups exceeds the specified value.
| Minimum value | 1 |
|---|
when set to True, treats missing values as valid levels for the variables that are defined in the tabulate parameter.
| Default | False |
|---|
when set to True, includes observations that have weights of 0 in the analysis.
| Default | False |
|---|
specifies the maximum number of variable levels to display in the variable level information table. The value 0 suppresses all levels.
| Minimum value | 0 |
|---|
specifies the sort order for the levels of the variables that are defined in the tabulate parameter.
| Default | INTERNAL |
|---|
uses external formatted value, except for numeric variables that have no explicit format, which are sorted by their unformatted (internal) value.
lists the names of results tables to save as CAS tables on the server.
For more information about specifying the outputTables parameter, see the common outputTables parameter (Appendix A: Common Parameters).
| Alias | displayOut |
|---|
when set to True, displays the variable level information table.
| Default | True |
|---|
specifies options to control displayed frequency and crosstabulation tables.
| Long form | tabDisplay={"format":"CROSSLIST" | "LIST"} |
|---|---|
| Shortcut form | tabDisplay="CROSSLIST" | "LIST" |
The freqTab_tabDisplay value can be one or more of the following:
specifies the maximum number of variable levels to display in one-way frequency tables. A value of 0 means an unlimited number of levels.
| Default | 0 |
|---|---|
| Minimum value | 0 |
when set to True, displays missing value frequencies in one-way frequency tables and crosstabulation tables in LIST format but does not include the missing value frequencies in any computations of percentages or statistics.
| Default | False |
|---|
specifies the settings for an input table.
For more information about specifying the table parameter, see the common castable (Form 1) parameter (Appendix A: Common Parameters).
specifies the frequency and crosstabulation tables to produce. If you specify the vars parameter only, the frequency or crosstabulation table to produce is made up of variables that you specify in the vars parameter. If you specify the cross parameter along with the vars parameter, each pair of variables (one from the vars parameter and the other from the cross parameter, in this order) defines a two-way crosstabulation table to produce. If you omit the tabulate parameter, one-way frequency tables are generated for all variables that are not specified in other parameters.
| Alias | crossTabs |
|---|
The freqTab_tabulate value can be one or more of the following:
specifies the variables to pair with those specified in the vars parameter to produce two-way crosstabulation tables. Each pair of variables, one from the vars parameter and the other from the cross parameter, in this order, defines a two-way crosstabulation table to produce.
specifies the variables to use to produce a frequency or crosstabulation table. To produce a one-way frequency table, specify a single variable. To produce a two-way or multiway crosstabulation table (an n-way table, where n>1), specify at least two variables. For a two-way or multiway table, the values of the last specified variable form the crosstabulation table columns, the values of the next-to-last variable form the rows, and each combination of levels of the other variables forms one stratum.
specifies a numeric variable that provides a weight for each observation in the input data table.
Constructs the frequency and crosstabulation tables.
If a row includes a subparameter, you can specify the name, caslib, and so on in the subparameter. Otherwise, you can specify the name, caslib, and so on in the parameter.
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
required parametertable |
— |
specifies the settings for an input table. |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
names |
lists the names of results tables to save as CAS tables on the server. |
changes the attributes of variables used in this action. Currently, attributes specified on the inputs and nominals parameter are ignored.
For more information about specifying the attributes parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Aliases | attribute |
|---|---|
| attr |
when set to True, reverses the sort order that is imposed by the order parameter.
| Default | FALSE |
|---|
specifies a list of results tables to send to the client for display.
For more information about specifying the display parameter, see the common displayTables parameter (Appendix A: Common Parameters).
suppresses analysis if the number of BY groups exceeds the specified value.
| Minimum value | 1 |
|---|
when set to True, treats missing values as valid levels for the variables that are defined in the tabulate parameter.
| Default | FALSE |
|---|
when set to True, includes observations that have weights of 0 in the analysis.
| Default | FALSE |
|---|
specifies the maximum number of variable levels to display in the variable level information table. The value 0 suppresses all levels.
| Minimum value | 0 |
|---|
specifies the sort order for the levels of the variables that are defined in the tabulate parameter.
| Default | INTERNAL |
|---|
uses external formatted value, except for numeric variables that have no explicit format, which are sorted by their unformatted (internal) value.
lists the names of results tables to save as CAS tables on the server.
For more information about specifying the outputTables parameter, see the common outputTables parameter (Appendix A: Common Parameters).
| Alias | displayOut |
|---|
when set to True, displays the variable level information table.
| Default | TRUE |
|---|
specifies options to control displayed frequency and crosstabulation tables.
| Long form | tabDisplay=list(format="CROSSLIST" | "LIST") |
|---|---|
| Shortcut form | tabDisplay="CROSSLIST" | "LIST" |
The freqTab_tabDisplay value can be one or more of the following:
specifies the maximum number of variable levels to display in one-way frequency tables. A value of 0 means an unlimited number of levels.
| Default | 0 |
|---|---|
| Minimum value | 0 |
when set to True, displays missing value frequencies in one-way frequency tables and crosstabulation tables in LIST format but does not include the missing value frequencies in any computations of percentages or statistics.
| Default | FALSE |
|---|
specifies the settings for an input table.
For more information about specifying the table parameter, see the common castable (Form 1) parameter (Appendix A: Common Parameters).
specifies the frequency and crosstabulation tables to produce. If you specify the vars parameter only, the frequency or crosstabulation table to produce is made up of variables that you specify in the vars parameter. If you specify the cross parameter along with the vars parameter, each pair of variables (one from the vars parameter and the other from the cross parameter, in this order) defines a two-way crosstabulation table to produce. If you omit the tabulate parameter, one-way frequency tables are generated for all variables that are not specified in other parameters.
| Alias | crossTabs |
|---|
The freqTab_tabulate value can be one or more of the following:
specifies the variables to pair with those specified in the vars parameter to produce two-way crosstabulation tables. Each pair of variables, one from the vars parameter and the other from the cross parameter, in this order, defines a two-way crosstabulation table to produce.
specifies the variables to use to produce a frequency or crosstabulation table. To produce a one-way frequency table, specify a single variable. To produce a two-way or multiway crosstabulation table (an n-way table, where n>1), specify at least two variables. For a two-way or multiway table, the values of the last specified variable form the crosstabulation table columns, the values of the next-to-last variable form the rows, and each combination of levels of the other variables forms one stratum.
specifies a numeric variable that provides a weight for each observation in the input data table.