Multiple dichotomous dependent variables

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

Multiple dichotomous dependent variables

Rachel-49
I have a dataset with all dichotomous variables. I need to test the
relationship between one independent variable and five dependent
variables. What is the best way to do this? Thank you for any advice.
Rachel

=====================
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: Multiple dichotomous dependent variables

Hector Maletta
If what you have in mind is five separate analysis with two variables each
(the single IV and one of the DV in each model), you may simply use
CROSSTABS and the SATATISTICS=ALL option to obtain a number of association
measures such as chi square, lambda, tau and others. Example:
CROSSTABS A B C D E BY X/STATISTICS ALL.
Hector
-----Original Message-----
From: SPSSX(r) Discussion [mailto:[hidden email]] On Behalf Of
Rachel
Sent: 03 May 2008 12:39
To: [hidden email]
Subject: Multiple dichotomous dependent variables

I have a dataset with all dichotomous variables. I need to test the
relationship between one independent variable and five dependent
variables. What is the best way to do this? Thank you for any advice.
Rachel

=====================
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: Multiple dichotomous dependent variables

Christian Deindl
if you want to test all variables at the same time a logistic regression
might be the best solution.

logi reg A with B C D E.

christian

On Sat, 3 May 2008 22:22:59 -0300
  Hector Maletta <[hidden email]> wrote:

> If what you have in mind is five separate analysis with two variables each
> (the single IV and one of the DV in each model), you may simply use
> CROSSTABS and the SATATISTICS=ALL option to obtain a number of association
> measures such as chi square, lambda, tau and others. Example:
> CROSSTABS A B C D E BY X/STATISTICS ALL.
> Hector
> -----Original Message-----
>From: SPSSX(r) Discussion [mailto:[hidden email]] On Behalf Of
> Rachel
> Sent: 03 May 2008 12:39
> To: [hidden email]
> Subject: Multiple dichotomous dependent variables
>
> I have a dataset with all dichotomous variables. I need to test the
> relationship between one independent variable and five dependent
> variables. What is the best way to do this? Thank you for any advice.
> Rachel
>
> =====================
> 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

=====================
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: Multiple dichotomous dependent variables

Johnny Amora
Christian,

  I think you overlooked the variables. There were five DVs and only 1 IV.  I think logistic regression is impossible to test the variables at the same time.


Christian Deindl <[hidden email]> wrote:
  if you want to test all variables at the same time a logistic regression
might be the best solution.

logi reg A with B C D E.

christian

On Sat, 3 May 2008 22:22:59 -0300
Hector Maletta wrote:

> If what you have in mind is five separate analysis with two variables each
> (the single IV and one of the DV in each model), you may simply use
> CROSSTABS and the SATATISTICS=ALL option to obtain a number of association
> measures such as chi square, lambda, tau and others. Example:
> CROSSTABS A B C D E BY X/STATISTICS ALL.
> Hector
> -----Original Message-----
>From: SPSSX(r) Discussion [mailto:[hidden email]] On Behalf Of
> Rachel
> Sent: 03 May 2008 12:39
> To: [hidden email]
> Subject: Multiple dichotomous dependent variables
>
> I have a dataset with all dichotomous variables. I need to test the
> relationship between one independent variable and five dependent
> variables. What is the best way to do this? Thank you for any advice.
> Rachel
>
> =====================
> 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

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



Johnny T. Amora
Center for Learning and Performance Assessment
De La Salle-College of Saint Benilde
Manila, Philippines

---------------------------------
Be a better friend, newshound, and know-it-all with Yahoo! Mobile.  Try it now.

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