BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Thuva
Calcite | Level 5

Hello,

 

I am looking for suggestions on how to model a dichotomous independent variable 'treatment' (intervention vs. control) with the following outcome that takes the shape of a parabola. Ln and different 'root (e.g. square root, cube root, etc) transformations don't allow for linear regression.  Any recommendations? I am using SAS 9.4.

 

 

 

 
1 ACCEPTED SOLUTION

Accepted Solutions
Reeza
Super User
Then that's looking a lot like a logistic regression model or CATMOD type analysis.

View solution in original post

5 REPLIES 5
Reeza
Super User
It looks like you have a categorical variable and a dichotomous outcome? What does a chisquare with the treatment look like. You wouldn't be running a linear regression you would be running either PROC FREQ or possible LOGISTIC or CATMOD with this type of data IMO.
Thuva
Calcite | Level 5

Thanks Reeza. There are seven levels to the outcome/dependent variable, so I am treating it as a continuous outcome. The independent variable is binary: treatment group. I need to also adjust for another categorical variable so I won't be able to run PROC FREQ. 

 

Thuva 

Reeza
Super User
Then that's looking a lot like a logistic regression model or CATMOD type analysis.
Thuva
Calcite | Level 5

Thanks Reeza and everyone else for your help! I decided to use an ordinal logistic regression model for this outcome with PROC LOGISTIC. 

 

 

PaigeMiller
Diamond | Level 26

I like the CATMOD idea.

 

Binary X, 7 levels ordinal Y, you could fit some sort of polynomial or other curve to the 7 levels of Y, and then do ANOVA.

 

Another alternative, you have 7 levels of Y, create 7 dummy variables for each, then MANOVA.

 

But there's no way I would call this a regression.

--
Paige Miller

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 5 replies
  • 879 views
  • 0 likes
  • 3 in conversation