Question: When you run the data step below, you'll get a missing value for x. Why? data test: x=Y+10; Y=1; 131.1115 0 because there was an

When you run the data step below, you'll get a missing value for x. Why? data test: x=Y+10; Y=1; 131.1115 0 because there was an error in the data step and 5A5 stopped running. 0 Question was misleading. The value ofxwill be 1 instead of missing. 0 because Ywas assigned the value of 1 after the calculation x. 0 because the variable Y didn't exist when calculating x
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
