A00-240 SAS Statistical Business Analysis Using SAS 9: Regression and Modeling

Loading demo links...

Showing 1–3 of 10 questions

Question 1

In partitioning data for model assessment, which sampling methods are acceptable? (Choose two.)

Select all that apply, then click Submit answer.

  • Simple random sampling without replacement

  • Simple random sampling with replacement

  • Stratified random sampling without replacement

  • Sequential random sampling with replacement

Question 2

Select the equivalent LOGISTIC procedure model statements. (Choose two.)

Select all that apply, then click Submit answer.

  • Mode1 Purchase * Gender Age Region;

  • Mode1 Purchase * Gender | Age | Region;

  • Mode1 Purchase * Gender|Age|Region @1;

  • Mode1 Purchase * Gender|Age|Region @2;

Question 3

The SAS data set RESULT contains the following variables:

Region (GrpA or GrpB)

Sales (dollars per year)

Which SAS programs can be used to find the p-value for comparing GrpA sales with GrpB sales? (Choose two.)

Select all that apply, then click Submit answer.

  • Option A

  • Option B

  • Option C

  • Option D