How to overcome this warning and run the regression in sas enterprise guide
Obviously, you need an input data set that has 2 or more observations.
Show us your data. Show us your code.
My data set has more than 2 observations, one of the variable is a categorical variable containg the country names. Two of the countries in that occuronly once. Im getting this warning for those two countries for that particular variable
The warning is still correct.
How would you like to handle those records?
If you want to exclude them, you can do so with a WHERE statement in the PROC.
where country not in ('United States');
Yeah...you can't do a regression with less than 2 observations.
Something else is wrong.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.