2
2
2
Question Results
Question: Score 0 of 1
(skipped)
In order to perform honest assessment on a predictive model, what is an acceptable
division between training, validation, and testing data?
Response:
Question: Score 0 of 1
(skipped)
The data set WORK.POWERBALL contains a binary target variable name WINNER. You
want to split the data into a training and a validation data set, with 2/3 of the data set aside for training.
The code is started below.
What must be added to this program for it to perform the described task?
Response:
http://www.analyticsexam.com/node/3247/take 1/36
9/22/2017 SAS Certified Statistical Business Analyst - SAS 9: Regression and Modeling Credential | Analytics Exam
Question: Score 0 of 1
(skipped)
This question will ask you to provide missing code segments.
A logistic regression model was fit on a data set where 40% of the outcomes were events (TARGET=1)
and 60% were non-events (TARGET=0). The analyst knows that the population where the model will be
deployed has 5% events and 95% non-events. The analyst also knows that the company's profit margin
for correctly targeted events is nine times higher than the company's loss for incorrectly targeted non-
event.
What X and Y values should be added to the program to correctly score the data?
Response:
X=40, Y=10
X=.05, Y=10
X=.05, Y=.40
X=.10.Y=05
Question: Score 0 of 1
(skipped)
An analyst, using the GLM procedure, determines that there is a significant interaction
between two categorical predictors:
The analyst is interested in testing the effect of gender within each level of income. Which GLM
procedure statement will generate these tests?
http://www.analyticsexam.com/node/3247/take 2/36
9/22/2017 SAS Certified Statistical Business Analyst - SAS 9: Regression and Modeling Credential | Analytics Exam
Response:
Question: Score 0 of 1
(skipped)
A financial services manager wants to assess the probability that certain clients will
default on their Home Equity Line of Credit (HELOC). A former employee left the code listed below.
The training data set is named HELOC, while a similar data set of more recent clients is
named RECENT_HELOC. Which SAS data steps will calculate the predicted probability of default on
recent clients? (Choose two.)
http://www.analyticsexam.com/node/3247/take 3/36
9/22/2017 SAS Certified Statistical Business Analyst - SAS 9: Regression and Modeling Credential | Analytics Exam
Response:
Option A
Option B
Option C
Option D
Question: Score 0 of 1
(skipped)
Refer to the confusion matrix:
Response:
25/48
http://www.analyticsexam.com/node/3247/take 4/36
9/22/2017 SAS Certified Statistical Business Analyst - SAS 9: Regression and Modeling Credential | Analytics Exam
58/102
25/B9
58/81
Question: Score 0 of 1
(skipped)
The question will ask you to provide a missing statement. Given the following SAS
program:
Which SAS statement will complete the program to correctly score the data set NEW_DATA?
Response:
Scoredata=HYDIR.NEU_DATA output=scores;
Question: Score 0 of 1
(skipped)
Refer to the REG procedure output:
http://www.analyticsexam.com/node/3247/take 5/36
9/22/2017 SAS Certified Statistical Business Analyst - SAS 9: Regression and Modeling Credential | Analytics Exam
An analyst has selected this model as a champion because it shows better model fit than a competing
model with more predictors.
Response:
R-Square
Coeff Var
Adj R-Sq
Error DF
Question: Score 0 of 1
(skipped)
A non-contributing predictor variable (Pr > |t| =0.658) is added to an existing multiple
linear regression model. What will be the result?
Response:
An increase in R-Square
A decrease in R-Square
No change in R-Square
http://www.analyticsexam.com/node/3247/take 6/36
9/22/2017 SAS Certified Statistical Business Analyst - SAS 9: Regression and Modeling Credential | Analytics Exam
Question: Score 0 of 1
(skipped)
Refer to the following exhibit:
Response:
The association between the continuous predictor and the binary response is quadratic.
The association between the continuous predictor and the log-odds is quadratic.
The association between the continuous predictor and the continuous response is quadratic.
The association between the binary predictor and the log-odds is quadratic.
Question: Score 0 of 1
(skipped)
A financial analyst wants to know whether assets in portfolio A are more risky (have
higher variance) than those in portfolio B. The analyst computes the annual returns (or percent changes)
for assets within each of the two groups and obtains the following output from the GLM procedure:
http://www.analyticsexam.com/node/3247/take 7/36
9/22/2017 SAS Certified Statistical Business Analyst - SAS 9: Regression and Modeling Credential | Analytics Exam
Response:
Question: Score 0 of 1
(skipped)
Refer to the lift chart:
http://www.analyticsexam.com/node/3247/take 8/36
9/22/2017 SAS Certified Statistical Business Analyst - SAS 9: Regression and Modeling Credential | Analytics Exam
Response:
Selecting the top 10% of the population scored by the model should result in 3.14 times more
Selecting the observations with a response probability of at least 10% should result in 3.14
Selecting the top 10% of the population scored by the model should result in 3.14 timesgreater accuracy
than a random draw of 10%.
Selecting the observations with a response probability of atleast 10% should result in 3.14times greater
accuracy than a random draw of 10%.
Question: Score 0 of 1
(skipped)
When selecting variables or effects using SELECTION=BACKWARD in the LOGISTIC
procedure, the business analyst's model selection terminated at Step 3.
Response:
DF increased.
http://www.analyticsexam.com/node/3247/take 9/36
9/22/2017 SAS Certified Statistical Business Analyst - SAS 9: Regression and Modeling Credential | Analytics Exam
AIC increased.
- 2 Log L increased.
Question: Score 0 of 1
(skipped)
Refer to the exhibit.
Based on the control plot, which conclusion is justified regarding the means of the response?
Response:
Only XL and 2XL are not significantly different from each other.
http://www.analyticsexam.com/node/3247/take 10/36
9/22/2017 SAS Certified Statistical Business Analyst - SAS 9: Regression and Modeling Credential | Analytics Exam
Question: Score 0 of 1
(skipped)
Logistic regression candidate input variables have missing values. In a predictive
modeling project, what is the primary reason for imputing missing values before fitting a logistic
regression model to the data using PROC LOGISTIC?
Response:
PROC LOGISTIC performs complete case analysis, and even a few missing values per variable can
cause an enormous loss of data.
Imputing missing values using PROC MI will reduce the bias of statistical tests for model parameters.
Imputing missing values using PROC STDIZE with mean imputation will decrease the variance of inputs
having missing values.
Replacing the missing values with some reasonable value will lower the type I error for the statistical
tests of significance of the predictor variables.
Question: Score 0 of 1
(skipped)
A confusion matrix is created for data that were oversampled due to a rare target. What
values are not affected by this oversampling?
Response:
Question: Score 0 of 1
(skipped)
An analyst investigates Region (A, B, or C) as an input variable in a logistic regression
model. The analyst discovers that the probability of purchasing a certain item when Region = A is 1.
Response:
Collinearity
http://www.analyticsexam.com/node/3247/take 11/36
9/22/2017 SAS Certified Statistical Business Analyst - SAS 9: Regression and Modeling Credential | Analytics Exam
Influential observations
Quasi-complete separation
Question: Score 0 of 1
(skipped)
Which SAS program will divide the original data set into 60% training and 40% validation
data sets, stratified by county?
Response:
Option A
Option C
Option B
Option D
Question: Score 0 of 1
(skipped)
How do you get PROC TTEST to display the test for equal variance?
Response:
http://www.analyticsexam.com/node/3247/take 12/36
9/22/2017 SAS Certified Statistical Business Analyst - SAS 9: Regression and Modeling Credential | Analytics Exam
Question: Score 0 of 1
(skipped)
Identify the correct SAS program for fitting a multiple linear regression model with
dependent variable (y) and four predictor variables (x1-x4).
Response:
Question: Score 0 of 1
(skipped)
Home prices in five regions of a city are compared by an analyst. The following is the
output from the GLM procedure:
Response:
http://www.analyticsexam.com/node/3247/take 13/36
9/22/2017 SAS Certified Statistical Business Analyst - SAS 9: Regression and Modeling Credential | Analytics Exam
Question: Score 0 of 1
(skipped)
An analyst selects a model as a champion because it shows better model fit than a
competing model with more predictors. Which statistic justifies this rationale?
Response:
R-Square
AIC
Coefficient of Determination
Question: Score 0 of 1
(skipped)
Which of the following describes a concordant pair of observations in the LOGISTIC
procedure?
Response:
An observation with the event has an equal probability as another observation with the event.
An observation with the event has a lower predicted probability than the observation without the event.
An observation with the event has an equal predicted probability as the observation without the event.
An observation with the event has a higher predicted probability than the observation without the event
Question: Score 0 of 1
(skipped)
Refer to the exhibit:
http://www.analyticsexam.com/node/3247/take 14/36
9/22/2017 SAS Certified Statistical Business Analyst - SAS 9: Regression and Modeling Credential | Analytics Exam
For the ROC curve shown, what is the meaning of the area under the curve?
Response:
Question: Score 0 of 1
(skipped)
Refer to the following odds ratio table:
Response:
The odds of the event are 1.142 greater for each one dollar increase in salary.
The odds of the event are 1.142 greater for each one thousand dollar increase in salary.
http://www.analyticsexam.com/node/3247/take 15/36
9/22/2017 SAS Certified Statistical Business Analyst - SAS 9: Regression and Modeling Credential | Analytics Exam
The probability of the event is 1.142 greater for each one dollar increase in salary.
The probability of the event is 1.142 greater for each one thousand dollar increase in salary.
Question: Score 0 of 1
(skipped)
Refer to the REG procedure output:
Response:
The predicted value of the response when all the predictors are at their current values.
The predicted value of the response when all predictors are at their means.
The predicted value of the response when all predictors are at their minimum values.
Question: Score 0 of 1
(skipped)
Consider scoring new observations in the SCORE procedure versus the SCORE statement
in the LOGISTIC procedure. Which statement is true?
Response:
The SCORE statement in the LOGISTIC procedure returns only predicted probabilities, whereas the
SCORE procedure returns only predicted logits.
The SCORE statement in the LOGISTIC procedure returns only predicted logits, whereas the SCORE
procedure returns only predicted probabilities.
Unlike the SCORE procedure, the SCORE statement in the LOGISTIC procedure produces both
predicted probabilities and predicted logits.
http://www.analyticsexam.com/node/3247/take 16/36
9/22/2017 SAS Certified Statistical Business Analyst - SAS 9: Regression and Modeling Credential | Analytics Exam
The SCORE procedure and the SCORE statement in the LOGISTIC procedure produce the same
output.
Question: Score 0 of 1
(skipped)
Identify the correct SAS program for fitting a multiple linear regression model with
dependent
Response:
Option A
Option B
Option C
Option D
Question: Score 0 of 1
(skipped)
Given the following LOGISTIC procedure:
http://www.analyticsexam.com/node/3247/take 17/36
9/22/2017 SAS Certified Statistical Business Analyst - SAS 9: Regression and Modeling Credential | Analytics Exam
Response:
OUTFILE_1 contains the final parameter estimates while OUTFILE_2 contains the newly scored
probabilities.
OUTFILE_1 contains the model goodness of fit statistics while OUTFILE_2 contains the newly scored
probabilities
OUTFILE_1 contains the model goodness of fit statistics while OUTFILE_2 contains the newly scored
logits.
OUTFILEJ contains the final parameter estimates and Wald Chi-Square values while OUTFILE_2
contains the newly scored probabilities.
Question: Score 0 of 1
(skipped)
A logging company is studying the germination of pine trees. A programmer developed a
logistic regression model in hopes of predicting the probability of seed germination given data from a
particular location.
She plans on using PROC PLM on the item store saved within PROC LOGISTIC to assist with scoring the
new observations with the developed model.
Complete the PROC PLM code that would produce predicted seed germination probabilities for each
observation.
Response:
ULINK
ILINK
YLINK
ZLINK
Question: Score 0 of 1
(skipped)
Which SAS program will detect collinearity in a multiple regression application?
http://www.analyticsexam.com/node/3247/take 18/36
9/22/2017 SAS Certified Statistical Business Analyst - SAS 9: Regression and Modeling Credential | Analytics Exam
Response:
Option B
Option A
Option C
Option D
Question: Score 0 of 1
(skipped)
Refer to the ROC curve:
http://www.analyticsexam.com/node/3247/take 19/36
9/22/2017 SAS Certified Statistical Business Analyst - SAS 9: Regression and Modeling Credential | Analytics Exam
Response:
Question: Score 0 of 1
(skipped)
Response:
The predicted lift for the best 50% of validation data cases
The predicted lift if none of the population are scored as event cases
The predicted lift if 50% of the population are randomly scored as event cases
http://www.analyticsexam.com/node/3247/take 20/36
9/22/2017 SAS Certified Statistical Business Analyst - SAS 9: Regression and Modeling Credential | Analytics Exam
Question: Score 0 of 1
(skipped)
Which SAS program will correctly use backward elimination with BIC selection criterion
within the GLMSELECT procedure?
Response:
Question: Score 0 of 1
(skipped)
An analyst is screening for irrelevant variables by estimating strength of association
between each input and the target variable. The analyst is using Spearman correlation and Hoeffding's D
statistics in the CORR procedure.
What would likely cause some inputs to have a large Hoeffding and a near zero Spearman statistic?
Response:
Question: Score 0 of 1
(skipped)
Screening for non-linearity in binary logistic regression can be achieved by visualizing:
Response:
http://www.analyticsexam.com/node/3247/take 21/36
9/22/2017 SAS Certified Statistical Business Analyst - SAS 9: Regression and Modeling Credential | Analytics Exam
Question: Score 0 of 1
(skipped)
An analyst fits a logistic regression model to predict whether or not a client will default on
a loan.
One of the predictors in the model is agent, and each agent serves 15-20 clients each. The model fails to
converge.
The analyst prints the summarized data, showing the number of defaulted loans per agent. See the
partial output below:
What is the most likely reason that the model fails to converge?
Response:
Question: Score 0 of 1
(skipped)
An analyst has determined that there exists a significant effect due to region. The analyst
needs to make pairwise comparisons of all eight regions and wants to control the experimentwise error
rate.
Response:
http://www.analyticsexam.com/node/3247/take 22/36
9/22/2017 SAS Certified Statistical Business Analyst - SAS 9: Regression and Modeling Credential | Analytics Exam
Question: Score 0 of 1
(skipped)
Refer to the exhibit:
An analyst examined logistic regression models for predicting whether a customer would make a
purchase. The ROC curve displayed summarizes the models. Using the selected model and the analyst's
decision rule, 25% of the customers who did not make a purchase are incorrectly classified as
purchasers.
Response:
About 25% of the customers who did make a purchase are correctly classified as making a purchase.
About 85% of the customers who did make a purchase are correctly classified as making a
purchase.
About 50% of the customers who did make a purchase are correctly classified as making a purchase.
About 95% of the customers who did make a purchase are correctly classified as making a purchase.
Question: Score 0 of 1
(skipped)
http://www.analyticsexam.com/node/3247/take 23/36
9/22/2017 SAS Certified Statistical Business Analyst - SAS 9: Regression and Modeling Credential | Analytics Exam
An analyst investigates Region (A, B, or C) as an input variable in a logistic regression model. The
analyst discovers that the probability of purchasing a certain item when Region = A is 1.
Response:
collinearity
influential observations
quasi-complete separation
Question: Score 0 of 1
(skipped)
Refer to the exhibit.
Response:
MortgageAmt
AccountBal
http://www.analyticsexam.com/node/3247/take 24/36
9/22/2017 SAS Certified Statistical Business Analyst - SAS 9: Regression and Modeling Credential | Analytics Exam
Online
Tenure
Question: Score 0 of 1
(skipped)
Refer to the exhibit.
Given alpha=0.02, which conclusion is justified regarding percentage of body fat, comparing small (S),
medium (M), and large (L) wrist sizes?
Response:
Question: Score 0 of 1
(skipped)
What is a drawback to performing data cleansing (imputation, transformations, etc.) on
raw data prior to artitioning the data for honest assessment as opposed to performing the data
cleansing after partitioning the data?
http://www.analyticsexam.com/node/3247/take 25/36
9/22/2017 SAS Certified Statistical Business Analyst - SAS 9: Regression and Modeling Credential | Analytics Exam
Response:
It omits the training (and test) data sets from the benefits of the cleansing methods.
Question: Score 0 of 1
(skipped)
Given the following GLM procedure output:
Response:
Gender should not be removed due to its involvement in the significant interaction.
Question: Score 0 of 1
(skipped)
Including redundant input variables in a regression model can:
Response:
http://www.analyticsexam.com/node/3247/take 26/36
9/22/2017 SAS Certified Statistical Business Analyst - SAS 9: Regression and Modeling Credential | Analytics Exam
Question: Score 0 of 1
(skipped)
The standard form of a linear regression model is:
Response:
The errors are independent, normally distributed with zero mean and constant variance.
The errors are correlated, normally distributed with constant mean and zero variance.
The errors are correlated, normally distributed with zero mean and constant variance.
The errors are independent, normally distributed with constant mean and zero variance.
Question: Score 0 of 1
(skipped)
Refer to the REG procedure output:
Response:
0.4115
0.6994
0.5884
0.1372
Question: Score 0 of 1
http://www.analyticsexam.com/node/3247/take 27/36
9/22/2017 SAS Certified Statistical Business Analyst - SAS 9: Regression and Modeling Credential | Analytics Exam
PROC REG was used to model the relationship between the independent variables and the (skipped)
dependent variable, TestScore. The model and partial output are provided below.
http://www.analyticsexam.com/node/3247/take 28/36
9/22/2017 SAS Certified Statistical Business Analyst - SAS 9: Regression and Modeling Credential | Analytics Exam
Which of the following is a statistical assumption violation that is evidenced by the displayed output?
Response:
http://www.analyticsexam.com/node/3247/take 29/36
9/22/2017 SAS Certified Statistical Business Analyst - SAS 9: Regression and Modeling Credential | Analytics Exam
Question: Score 0 of 1
(skipped)
A Human Resource manager fits a logistic regression model with the following
characteristics:
The default odds ratio compares each level against the last class level for the variable Education.
Which SAS program gives parameter estimates for Education that are consistent with the default odds
ratios?
Response:
Question: Score 0 of 1
(skipped)
An analyst compared many different models to predict the binary Purchase variable and
selected one particular model.
Response:
http://www.analyticsexam.com/node/3247/take 30/36
9/22/2017 SAS Certified Statistical Business Analyst - SAS 9: Regression and Modeling Credential | Analytics Exam
Question: Score 0 of 1
(skipped)
Refer to the exhibit:
SAS output from the RSOUARE selection method, within the REG procedure, is shown. The top two
models in each subset are given.
Based on the AIC statistic, which model is the champion model?
Response:
RestPulse
RunTime
Question: Score 0 of 1
(skipped)
In partitioning data for model assessment, which sampling methods are acceptable?
(There are two correct answer to the question, plz select two answer")
Response:
Question: Score 0 of 1
(skipped)
What are the “predicted values” that result from fitting a one-way analysis of variance (ANOVA)
model?
Response:
Question: Score 0 of 1
(skipped)
Assume a $10 cost for soliciting a non-responder and a $200 profit for soliciting a
responder. The logistic regression model gives a probability score named P_R on a SAS data set called
VALID. The VALID data set contains the responder variable Pinch, a 1/0 variable coded as 1 for
responder. Customers will be solicited when their probability score is more than 0.05. Which SAS
program computes the profit for each customer in the data set VALID?
Response:
Option A
http://www.analyticsexam.com/node/3247/take 32/36
9/22/2017 SAS Certified Statistical Business Analyst - SAS 9: Regression and Modeling Credential | Analytics Exam
Option B
Option C
Option D
Question: Score 0 of 1
(skipped)
A company has branch offices in eight regions. Customers within each region are
classified as either "High alue" or "Medium Value" and are coded using the variable name VALUE. In the
last year, the total amount of purchases per customer is used as the response variable. Suppose there is
a significant interaction between REGION and VALUE.
What can you conclude?
Response:
More high value customers are found in some regions than others.
The difference between average purchases for medium and high value customers depends on the
region.
Regions with higher average purchases have more high value customers.
Regions with higher average purchases have more medium value customers.
Question: Score 0 of 1
(skipped)
A linear model has the following characteristics:
http://www.analyticsexam.com/node/3247/take 33/36
9/22/2017 SAS Certified Statistical Business Analyst - SAS 9: Regression and Modeling Credential | Analytics Exam
Response:
Option D
Option A
Option B
Option C
Question: Score 0 of 1
(skipped)
The following SAS code is submitted:
Response:
15
http://www.analyticsexam.com/node/3247/take 34/36
9/22/2017 SAS Certified Statistical Business Analyst - SAS 9: Regression and Modeling Credential | Analytics Exam
Question: Score 0 of 1
(skipped)
What is the general purpose of the ILINK option in PROC LOGISTIC?
Response:
To transform the parameter estimates of the model from the logit scale back to predicted probabilities.
To transform the estimate of the response from the logit scale back to predicted probabilities.
To transform the parameter estimates of the model from the logit scale back to odds ratios.
To transform the estimate of the response from the logit scale back to the odds ratios.
Question: Score 0 of 1
(skipped)
Select the equivalent LOGISTIC procedure model statements. (There are two correct
answer to the question, pl select two answer)
Response:
Question: Score 0 of 1
(skipped)
A predictive model uses a data set that has several variables with missing values. What
two problems can arise with this model? (There are two correct answer to the question, plz select two
answer)
Response:
Complete case analysis means that fewer observations will be used in the model building process.
New cases with missing values on input variables cannot be scored without extra data processing.
http://www.analyticsexam.com/node/3247/take 35/36
9/22/2017 SAS Certified Statistical Business Analyst - SAS 9: Regression and Modeling Credential | Analytics Exam
Money Back Guarantee Testimonial FAQs Privacy Policy Terms and Conditions About Us Join Us
Contact Us
http://www.analyticsexam.com/node/3247/take 36/36