So say some of the variables have missing values beause (i)the value is missing, and (ii) the value is 0. Does SAS skip these observations?
Variables referenced in the model statement, by, class, weight and in the case of the survey procs strata or cluster that are missing will have the record excluded from the analysis. In some cases, class variables for example, can be set to treat missing as a category (though all of the missing will be treated as a single group value).
A value of zero will be treated as a valid value unless on a weight statement (generally). If you are using zero for "missing" where it does not have a meaning of zero associated with the other values for that variable (height of a person comes to mind where zero is unlikely) then you might want to reconsider the value, at least in modeling proc.
In the majority of procedures, any missing value in the row, within will cause it to be excluded entirely.
Variables referenced in the model statement, by, class, weight and in the case of the survey procs strata or cluster that are missing will have the record excluded from the analysis. In some cases, class variables for example, can be set to treat missing as a category (though all of the missing will be treated as a single group value).
A value of zero will be treated as a valid value unless on a weight statement (generally). If you are using zero for "missing" where it does not have a meaning of zero associated with the other values for that variable (height of a person comes to mind where zero is unlikely) then you might want to reconsider the value, at least in modeling proc.
Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!
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.