SPLIT FILE and Custom Tables

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

SPLIT FILE and Custom Tables

Ntonghanwah Forcheh
For quite a few versions now, custom tables ignores my split file option.
Generally, I have gone around it by using layered variables.
However, I have a series of custom tables and other analysis that I wish to perform separately for different values of some categorical variables -- essentially, I have a national data set, and wish to generate a set of tables and other analysis.

I recently started attempting to learn and use Python. I was able to use split file in python to generate standard output such as Frequencies, crosstabs, etc.

However, when I tried  it with custom tables, the split files option was again ignored.
very frustrating- 

Any help on using split files with custom tables together? or an alternative solution to this?

Thanks.
Forcheh


===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD
Reply | Threaded
Open this post in threaded view
|

Re: SPLIT FILE and Custom Tables

Jon Peck
From the CSR:

CTABLES ignores SPLIT FILE requests if layered splits (compare groups in the graphical user interface)
are requested. You can compare groups by using the split variables at the highest nesting level for row
variables. See the TABLE subcommand for nesting variables.
------
If you do want to make separate splits anyway, you can use the SPSSINC SPLIT DATASET and SPSSINC PROCESS FILES extension commands to break up the dataset and iteratively apply a set of syntax to each one with results in a single Viewer file or a separate file per dataset.

On Fri, Feb 19, 2016 at 3:12 AM, Ntonghanwah Forcheh <[hidden email]> wrote:
For quite a few versions now, custom tables ignores my split file option.
Generally, I have gone around it by using layered variables.
However, I have a series of custom tables and other analysis that I wish to perform separately for different values of some categorical variables -- essentially, I have a national data set, and wish to generate a set of tables and other analysis.

I recently started attempting to learn and use Python. I was able to use split file in python to generate standard output such as Frequencies, crosstabs, etc.

However, when I tried  it with custom tables, the split files option was again ignored.
very frustrating- 

Any help on using split files with custom tables together? or an alternative solution to this?

Thanks.
Forcheh


===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD



--
Jon K Peck
[hidden email]

===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD