Entering Continuous Data

If you have 30 or fewer measurements for two continuous variables, you can use the table to convert your data to a SAS data set. Simply treat your data as if one variable were a grouping variable, with one response measurement taken per level. A partial table would look something like the following:

Name for response variable: [ Y        ]

          Variable:   _______   x Char    o Num
            Levels:   _______   _______   _______   _______   _______ 

Variable: Levels:   +---------+---------+---------+---------+---------+
X              1.3  | .009    | _______ | _______ | _______ | _______ |
                    +---------+---------+---------+---------+---------+
o Char         0.9  | .012    | _______ | _______ | _______ | _______ |
x Num               +---------+---------+---------+---------+---------+
               1.2  | .010    | _______ | _______ | _______ | _______ |
                    +---------+---------+---------+---------+---------+