Foramt Output for Chi-Square Tests

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

Foramt Output for Chi-Square Tests

fgallo
Hi All,



I am using SPSS version 11.5. I ran chi-square analyses (goodness of fit and
independence tests) on a list of variables, but would like to have a
separate table and chi-square test for each variable rather than the default
output (gives a long horizontal table of chi-square tests). I would
appreciate any help on how to accomplish this goal. Thank you.



Best,

Frank

=====================
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: Foramt Output for Chi-Square Tests

ViAnn Beadle
What do you want to do with the results? Print them? Export them?

If you pivot the variable dimension into the layers you will get a separate
table for each layer if you print or export the table.  You won't be able to
copy the layers as tables to the clipboard.

-----Original Message-----
From: SPSSX(r) Discussion [mailto:[hidden email]] On Behalf Of
fgallo
Sent: Sunday, November 25, 2007 6:20 AM
To: [hidden email]
Subject: Foramt Output for Chi-Square Tests

Hi All,



I am using SPSS version 11.5. I ran chi-square analyses (goodness of fit and
independence tests) on a list of variables, but would like to have a
separate table and chi-square test for each variable rather than the default
output (gives a long horizontal table of chi-square tests). I would
appreciate any help on how to accomplish this goal. Thank you.



Best,

Frank

=====================
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

=====================
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: Foramt Output for Chi-Square Tests

fgallo
Hi ViAnn,

Thank you for your response. I would like to view the results in the SPSS
output window.

Best,
Frank

-----Original Message-----
From: ViAnn Beadle [mailto:[hidden email]]
Sent: Sunday, November 25, 2007 8:47 AM
To: 'fgallo'; [hidden email]
Subject: RE: Foramt Output for Chi-Square Tests

What do you want to do with the results? Print them? Export them?

If you pivot the variable dimension into the layers you will get a separate
table for each layer if you print or export the table.  You won't be able to
copy the layers as tables to the clipboard.

-----Original Message-----
From: SPSSX(r) Discussion [mailto:[hidden email]] On Behalf Of
fgallo
Sent: Sunday, November 25, 2007 6:20 AM
To: [hidden email]
Subject: Foramt Output for Chi-Square Tests

Hi All,



I am using SPSS version 11.5. I ran chi-square analyses (goodness of fit and
independence tests) on a list of variables, but would like to have a
separate table and chi-square test for each variable rather than the default
output (gives a long horizontal table of chi-square tests). I would
appreciate any help on how to accomplish this goal. Thank you.



Best,

Frank

=====================
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

=====================
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: Foramt Output for Chi-Square Tests

ViAnn Beadle
Then you are going to have run one variable per invocation of the NPAR TESTS
command. That could take some time if you have 100,000's of cases.

So in place of

NPAR TESTS  /CHISQUARE = x y z.

Use:
NPAR TESTS /CHISQUARE = x.
NPAR TESTS /CHISQUARE = y.
NPAR TESTS /CHISQUARE = z.

Is there some reason why you don't want all the tests in a single table?

-----Original Message-----
From: fgallo [mailto:[hidden email]]
Sent: Sunday, November 25, 2007 8:00 AM
To: 'ViAnn Beadle'; [hidden email]
Subject: RE: Foramt Output for Chi-Square Tests

Hi ViAnn,

Thank you for your response. I would like to view the results in the SPSS
output window.

Best,
Frank

-----Original Message-----
From: ViAnn Beadle [mailto:[hidden email]]
Sent: Sunday, November 25, 2007 8:47 AM
To: 'fgallo'; [hidden email]
Subject: RE: Foramt Output for Chi-Square Tests

What do you want to do with the results? Print them? Export them?

If you pivot the variable dimension into the layers you will get a separate
table for each layer if you print or export the table.  You won't be able to
copy the layers as tables to the clipboard.

-----Original Message-----
From: SPSSX(r) Discussion [mailto:[hidden email]] On Behalf Of
fgallo
Sent: Sunday, November 25, 2007 6:20 AM
To: [hidden email]
Subject: Foramt Output for Chi-Square Tests

Hi All,



I am using SPSS version 11.5. I ran chi-square analyses (goodness of fit and
independence tests) on a list of variables, but would like to have a
separate table and chi-square test for each variable rather than the default
output (gives a long horizontal table of chi-square tests). I would
appreciate any help on how to accomplish this goal. Thank you.



Best,

Frank

=====================
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

=====================
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: Foramt Output for Chi-Square Tests

fgallo
I must save the output in a .pdf format for someone. If I save it (or print
it) from the SPSS output window, then the long horizontal table of
chi-square significant tests creates a problem.


-----Original Message-----
From: ViAnn Beadle [mailto:[hidden email]]
Sent: Sunday, November 25, 2007 1:52 PM
To: 'fgallo'; [hidden email]
Subject: RE: Foramt Output for Chi-Square Tests

Then you are going to have run one variable per invocation of the NPAR TESTS
command. That could take some time if you have 100,000's of cases.

So in place of

NPAR TESTS  /CHISQUARE = x y z.

Use:
NPAR TESTS /CHISQUARE = x.
NPAR TESTS /CHISQUARE = y.
NPAR TESTS /CHISQUARE = z.

Is there some reason why you don't want all the tests in a single table?

-----Original Message-----
From: fgallo [mailto:[hidden email]]
Sent: Sunday, November 25, 2007 8:00 AM
To: 'ViAnn Beadle'; [hidden email]
Subject: RE: Foramt Output for Chi-Square Tests

Hi ViAnn,

Thank you for your response. I would like to view the results in the SPSS
output window.

Best,
Frank

-----Original Message-----
From: ViAnn Beadle [mailto:[hidden email]]
Sent: Sunday, November 25, 2007 8:47 AM
To: 'fgallo'; [hidden email]
Subject: RE: Foramt Output for Chi-Square Tests

What do you want to do with the results? Print them? Export them?

If you pivot the variable dimension into the layers you will get a separate
table for each layer if you print or export the table.  You won't be able to
copy the layers as tables to the clipboard.

-----Original Message-----
From: SPSSX(r) Discussion [mailto:[hidden email]] On Behalf Of
fgallo
Sent: Sunday, November 25, 2007 6:20 AM
To: [hidden email]
Subject: Foramt Output for Chi-Square Tests

Hi All,



I am using SPSS version 11.5. I ran chi-square analyses (goodness of fit and
independence tests) on a list of variables, but would like to have a
separate table and chi-square test for each variable rather than the default
output (gives a long horizontal table of chi-square tests). I would
appreciate any help on how to accomplish this goal. Thank you.



Best,

Frank

=====================
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

=====================
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: Foramt Output for Chi-Square Tests

ViAnn Beadle
Then just transpose it. Activate the table and select transpose on the Pivot
menu.

-----Original Message-----
From: fgallo [mailto:[hidden email]]
Sent: Monday, November 26, 2007 4:11 AM
To: 'ViAnn Beadle'; [hidden email]
Subject: RE: Foramt Output for Chi-Square Tests

I must save the output in a .pdf format for someone. If I save it (or print
it) from the SPSS output window, then the long horizontal table of
chi-square significant tests creates a problem.


-----Original Message-----
From: ViAnn Beadle [mailto:[hidden email]]
Sent: Sunday, November 25, 2007 1:52 PM
To: 'fgallo'; [hidden email]
Subject: RE: Foramt Output for Chi-Square Tests

Then you are going to have run one variable per invocation of the NPAR TESTS
command. That could take some time if you have 100,000's of cases.

So in place of

NPAR TESTS  /CHISQUARE = x y z.

Use:
NPAR TESTS /CHISQUARE = x.
NPAR TESTS /CHISQUARE = y.
NPAR TESTS /CHISQUARE = z.

Is there some reason why you don't want all the tests in a single table?

-----Original Message-----
From: fgallo [mailto:[hidden email]]
Sent: Sunday, November 25, 2007 8:00 AM
To: 'ViAnn Beadle'; [hidden email]
Subject: RE: Foramt Output for Chi-Square Tests

Hi ViAnn,

Thank you for your response. I would like to view the results in the SPSS
output window.

Best,
Frank

-----Original Message-----
From: ViAnn Beadle [mailto:[hidden email]]
Sent: Sunday, November 25, 2007 8:47 AM
To: 'fgallo'; [hidden email]
Subject: RE: Foramt Output for Chi-Square Tests

What do you want to do with the results? Print them? Export them?

If you pivot the variable dimension into the layers you will get a separate
table for each layer if you print or export the table.  You won't be able to
copy the layers as tables to the clipboard.

-----Original Message-----
From: SPSSX(r) Discussion [mailto:[hidden email]] On Behalf Of
fgallo
Sent: Sunday, November 25, 2007 6:20 AM
To: [hidden email]
Subject: Foramt Output for Chi-Square Tests

Hi All,



I am using SPSS version 11.5. I ran chi-square analyses (goodness of fit and
independence tests) on a list of variables, but would like to have a
separate table and chi-square test for each variable rather than the default
output (gives a long horizontal table of chi-square tests). I would
appreciate any help on how to accomplish this goal. Thank you.



Best,

Frank

=====================
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

=====================
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: Foramt Output for Chi-Square Tests

fgallo
Thank you all for your responses.

-----Original Message-----
From: ViAnn Beadle [mailto:[hidden email]]
Sent: Monday, November 26, 2007 8:29 AM
To: 'fgallo'; [hidden email]
Subject: RE: Foramt Output for Chi-Square Tests

Then just transpose it. Activate the table and select transpose on the Pivot
menu.

-----Original Message-----
From: fgallo [mailto:[hidden email]]
Sent: Monday, November 26, 2007 4:11 AM
To: 'ViAnn Beadle'; [hidden email]
Subject: RE: Foramt Output for Chi-Square Tests

I must save the output in a .pdf format for someone. If I save it (or print
it) from the SPSS output window, then the long horizontal table of
chi-square significant tests creates a problem.


-----Original Message-----
From: ViAnn Beadle [mailto:[hidden email]]
Sent: Sunday, November 25, 2007 1:52 PM
To: 'fgallo'; [hidden email]
Subject: RE: Foramt Output for Chi-Square Tests

Then you are going to have run one variable per invocation of the NPAR TESTS
command. That could take some time if you have 100,000's of cases.

So in place of

NPAR TESTS  /CHISQUARE = x y z.

Use:
NPAR TESTS /CHISQUARE = x.
NPAR TESTS /CHISQUARE = y.
NPAR TESTS /CHISQUARE = z.

Is there some reason why you don't want all the tests in a single table?

-----Original Message-----
From: fgallo [mailto:[hidden email]]
Sent: Sunday, November 25, 2007 8:00 AM
To: 'ViAnn Beadle'; [hidden email]
Subject: RE: Foramt Output for Chi-Square Tests

Hi ViAnn,

Thank you for your response. I would like to view the results in the SPSS
output window.

Best,
Frank

-----Original Message-----
From: ViAnn Beadle [mailto:[hidden email]]
Sent: Sunday, November 25, 2007 8:47 AM
To: 'fgallo'; [hidden email]
Subject: RE: Foramt Output for Chi-Square Tests

What do you want to do with the results? Print them? Export them?

If you pivot the variable dimension into the layers you will get a separate
table for each layer if you print or export the table.  You won't be able to
copy the layers as tables to the clipboard.

-----Original Message-----
From: SPSSX(r) Discussion [mailto:[hidden email]] On Behalf Of
fgallo
Sent: Sunday, November 25, 2007 6:20 AM
To: [hidden email]
Subject: Foramt Output for Chi-Square Tests

Hi All,



I am using SPSS version 11.5. I ran chi-square analyses (goodness of fit and
independence tests) on a list of variables, but would like to have a
separate table and chi-square test for each variable rather than the default
output (gives a long horizontal table of chi-square tests). I would
appreciate any help on how to accomplish this goal. Thank you.



Best,

Frank

=====================
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

=====================
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