📚 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.

  1. mean(Rev1-Rev4)
  2. mean(of Rev:)
  3. mean(Rev1 Rev2 Rev3 Rev4)
  4. mean(of Rev1,Rev2,Rev3,Rev3)