BookmarkSubscribeRSS Feed
☑ This topic is solved. Need further help from the community? Please sign in and ask a new question.
data_null__
Jade | Level 19

Below is a missing value pattern.  I want to set MIN and MAX values for the 8 U_AVAL: variables.

Group  STRAFIB  STRIO  U_AVAL_00  U_AVAL_02  U_AVAL_04  U_AVAL_06  U_AVAL_08  U_AVAL_12  U_AVAL_24  U_AVAL_36    
                                                                                                                 
    1  X        X      X          X          X          X          X          X          X          X            
    2  X        X      X          X          X          X          X          X          X          .            
    3  X        X      X          X          X          X          X          X          .          .            
    4  X        X      X          X          X          X          X          .          .          .            
                                                                                                 

 I believe this is the correct MIN|MAX lists  

minimum  =  . . 0 0 0 0 0 0 0 0
maximum  =  . . 100 100 100 100 100 100 100 100

Sometimes my model is more complicated and I'm not sure that I have the correct associations.   Is the missing value pattern always a 1 to 1 order mapping to the list of MIN and MAX values. 

 

1 ACCEPTED SOLUTION

Accepted Solutions
SAS_Rob
SAS Employee

The mapping of the variables to the MIN/MAX= values will be based upon the order of the variables on the VAR statement.  

View solution in original post

1 REPLY 1
SAS_Rob
SAS Employee

The mapping of the variables to the MIN/MAX= values will be based upon the order of the variables on the VAR statement.  

Catch up on SAS Innovate 2026

Nearly 200 sessions are now available on demand in the Innovate Hub.

Watch Now →
What is ANOVA?

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.

Discussion stats
  • 1 reply
  • 908 views
  • 1 like
  • 2 in conversation