Hello, I just want some clarification for a homework question. "Suppose a multi-site study will be conducted across 40 study sites. Write a DATA step which creates a data set named ‘SiteInfo’ and contains a single variable named ‘SiteID’ which contains values from 1 to 40 inclusive. Hint: Use a DO loop!" Specifically, if the values are to be 1 to 40 inclusive, what does that wording mean? Thank you.
... View more