A00-240 Dumps

A00-240 Braindumps A00-240 Real Questions A00-240 Practice Test

A00-240 Actual Questions


killexams.com SASInstitute A00-240


SAS Statistical Business Analysis SAS9: Regression and Model


https://killexams.com/pass4sure/exam-detail/A00-240


Question #87


What is a benefit to performing data cleansing (imputation, transformations, etc.) on data after partitioning the data for honest assessment as opposed to performing the data cleansing prior to partitioning the data?


  1. It makes inference on the model possible.

  2. It is computationally easier and requires less time.

  3. It omits the training (and test) data sets from the benefits of the cleansing methods.

  4. It allows for the determination of the effectiveness of the cleansing method.


Answer: D Question #88

A researcher has several variables that could be possible predictors for the final model. There is interest in checking all 2-way interactions for possible entry to the model. The researcher has decided to use forward selection within PROC LOGISTIC. Fill in the missing code option that will ensure that all 2-way interactions will be considered for entry.

  1. start = 5

  2. include = 4

  3. include = 5

  4. start = 4


Answer: C Question #89

FILL BLANK -

Refer to the confusion matrix:

An analyst determines that loan defaults occur at the rate of 3% in the overall population. The above confusion matrix is from an oversampled test set (1 = default). What is the sensitivity adjusted for the population event probability?

Enter your answer in the space below. Round to three decimals (example: n.nnn).


Answer: 0.617


Question #90


Refer to the exhibit:

On the Gains Chart, what is the correct interpretation of the horizontal reference line?


  1. the proportion of cases that cannot be classified

  2. the probability of a false negative

  3. the probability of a false positive

  4. the prior event rate

Answer: B Question #91

Refer to the confusion matrix:

Calculate the accuracy and error rate (0 - negative outcome, 1 - positive outcome)


  1. Accuracy = 58/102, Error Rate = 23/48

  2. Accuracy = 83/102, Error Rate = 67/102

  3. Accuracy = 25/150, Error Rate = 44/150

  4. Accuracy = 83/150, Error Rate = 67/150


Answer: A Question #92

Which statistic is based on the maximum vertical distance between the primary event EDF and the secondary event EDF?


  1. KS

  2. SBC

  3. Max EDF

  4. Brier Score


Answer: A Reference:

https://support.sas.com/documentation/onlinedoc/ets/132/severity.pdf

Question #93 DRAG DROP -

Drag the adjustment formulas for oversamping from the left and place them into the correct location in the confusion matrix shown on the right. Select and Place:


Answer:


Question #94


An analyst knows that the categorical predictor, zip_code, is an important predictor of a binary target. However, zip_code has too many levels to be a feasible predictor in a model. The analyst uses PROC CLUSTER to implement Greenacre's method to reduce the number of categorical levels.

What is the correct application of Greenacre's method in this situation?


  1. Clustering the levels using the target proportion for each zip_code as input.

  2. Clustering the levels using the zip_code values as input.

  3. Clustering the levels using the number of cases in each zip_code as input.

  4. Clustering the levels using dummy coded zip_code levels as inputs.


Answer: A Reference:

https://support.sas.com/resources/papers/proceedings/proceedings/sugi31/079-31.pdf


Question #95


What does the Pearson product moment correlation coefficient measure?


  1. nonlinear and nonmonotonic association between two variables

  2. linear and monotonic association between two variables

  3. linear and nonmonotonic association between two variables

  4. nonlinear and monotonic association between two variables


Answer: B Reference:

http://d-scholarship.pitt.edu/8056/1/Chokns_etd2010.pdf


Question #96


This question will ask you to provide a segment of missing code.

The following code is used to create missing value indicator variables for input variables, fred1 to fred7.

Which segment of code would complete the task? A.

B.

C.

D.


Answer: C Question #97

This question will ask you to provide a missing option. Given the following SAS program:

What option must be added to the program to obtain a data set containing Spearman statistics?


  1. OUTCORR=estimates

  2. OUTS=estimates

  3. OUT=estimates

  4. OUTPUT=estimates


Answer: D Question #98

This question will ask you to provide a missing option.

A business analyst is investigating the differences in sales figures across 8 sales regions. The analyst is interested in viewing the regression equation parameter estimates for each of the design variables.

Which option completes the program to produce the regression equation parameter estimates?

  1. Solve

  2. Estimate

  3. Solution

  4. Est


Answer: C Reference:

https://documentation.sas.com/?docsetId=statug&docsetTarget=statug_ods_examples06.htm&docsetVersion=14.3&locale=en


Question #99


After performing an ANOVA test, an analyst has determined that a significant effect exists due to income. The analyst wants to compare each Income to all others and wants to control for experimentwise error.

Which GLM procedure statement would provide the most appropriate output?


  1. lsmeans Income / pdiff=control adjust=dunnett;

  2. lsmeans Income / pdiff=control adjust=t;

  3. lsmeans Income / pdiff=all adjust=tukey;

  4. lsmeans Income / pdiff=all adjust=t;


Answer: A Reference:

https://rpubs.com/JsoLab/Stat01_L02

Question #100 SIMULATION -

A linear model has the following characteristics:

*A dependent variable (y)

*One continuous variable (xl), including a quadratic term (x12)

*One categorical (d with 3 levels) predictor variable and an interaction term (d by x1) How many parameters, including the intercept, are associated with this model?

Enter your numeric answer in the space below. Do not add leading or trailing spaces to your answer.


Answer: 7