What SAS Procedure can I use to analyze data like shown in the graph. The dependent variable initially responds to the independent one, but after a certain value it does not. How can I determine the statistical relationship between y and x in the response zone, the value of x after which y does not respond to x, and the y value in the no change zone?
It should be relatively easy to modify PROC NLIN code to use a straight line. The example fits your problem perfectly once this modification is made.
Here's an example
Thank you Paige, but that example is for a quadratic-plateau response, and I am interested in a linear-plateau one, i.e. two straight lines.
Armando
It should be relatively easy to modify PROC NLIN code to use a straight line. The example fits your problem perfectly once this modification is made.
Thank you, Paige!
Armando
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.
Find more tutorials on the SAS Users YouTube channel.