📚 Practice Mode
Java and SAS Programming Quiz
Learn at your own pace with hints and detailed explanations
1 / 20
Multiple Choice
Dataset x Rev1 Rev2 Rev3 Rev4 1 3 4 5 data y; set x; z=mean(?); run; Fill in the mean function call.
- mean(Rev1-Rev4)
- mean(of Rev:)
- mean(Rev1 Rev2 Rev3 Rev4)
- mean(of Rev1,Rev2,Rev3,Rev3)