DemPyro
2019-06-05 13:13:56 UTC
Hello,
I'm trying to perform an adjusted logistic regression. My data set is as follows:
Sex DR Anx Count
Female .00 .00 509615.00
Female .00 1.00 22717.00
Female 1.00 .00 2064.00
Female 1.00 1.00 621.00
Male .00 .00 424300.00
Male .00 1.00 11171.00
Male 1.00 .00 1286.00
Male 1.00 1.00 235.00
I'd like to be able to test the dependence of the Anx outcome due to Sex and DR. The count is the number of cases appeared for each result. How would I go about running such an analysis? Is there a different way for me to set up the data to be able to run this analysis?
Thanks
I'm trying to perform an adjusted logistic regression. My data set is as follows:
Sex DR Anx Count
Female .00 .00 509615.00
Female .00 1.00 22717.00
Female 1.00 .00 2064.00
Female 1.00 1.00 621.00
Male .00 .00 424300.00
Male .00 1.00 11171.00
Male 1.00 .00 1286.00
Male 1.00 1.00 235.00
I'd like to be able to test the dependence of the Anx outcome due to Sex and DR. The count is the number of cases appeared for each result. How would I go about running such an analysis? Is there a different way for me to set up the data to be able to run this analysis?
Thanks