A00-240 Exam Questions
52 real A00-240 exam questions with expert-verified answers and explanations. Page 1 of 2.
- Question #1Logistic Regression
What is the difference between the datasets OUTFILE1 and OUTFILE_2?
Parameter EstimatesScored ProbabilitiesOutput DatasetsSAS PROC LOGISTIC - Question #2Logistic Regression
The following LOGISTIC procedure output analyzes the relationship between a binary response and an ordinal predictor variable, wrist_size Using reference cell coding, the analyst s...
Logistic RegressionReference Cell CodingLogit EstimationParameter Interpretation - Question #3Logistic Regression
Which of the following describes a concordant pair of observations in the LOGISTIC procedure?
Concordant pairsLogistic RegressionModel discriminationPredicted probability - Question #4Logistic Regression
Refer to the exhibit: [ROC Curve graph and table] An analyst examined logistic regression models for predicting whether a customer would make a purchase. The ROC curve displayed su...
ROC CurveFalse Positive RateTrue Positive RateClassification Metrics - Question #5Logistic Regression
One common approach for predicting rare events in the LOGISTIC procedure is to build a model that disproportionately over-re presents those cases with an event occurring (e.g. a 50...
Logistic RegressionOversamplingIntercept BiasRare Events - Question #6Logistic Regression
The question will ask you to provide a missing statement. Given the following SAS program: proc logistic data = MYDIR.DEFAULT_DATA des; model Purchase = Money Acct_type Debt Employ...
PROC LOGISTICSCORE statementModel scoringSAS syntax - Question #7Logistic Regression
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 b...
logistic functionprobability conversionPROC SCORElinear predictor - Question #8Logistic Regression
Which statistic calculated from a validation sample, can help decide which model to use for prediction of a binary target variable?
Model SelectionValidation MetricsBinary ClassificationAverage Squared Error - Question #9Logistic Regression
A marketing manager attempts to determine those customers most likely to purchase additional products as the result of a nation-wide marketing campaign. The manager possesses a his...
PROC LOGISTICCategorical variablesBinary classificationModel specification - Question #10Logistic Regression
Given the following output from the LOGISTIC procedure: Parameter DF Estimate Error Chi-Square Pr > ChiSq Estimate Intercept 1 0.1119 0.0304 24.8969 <.0001 - MBA 1 0.9699 0.0385 63...
statistical significanceparameter estimationmodel interpretationlogistic regression output - Question #11Logistic Regression
The plots represent two models. A and B, being fit to the same two data sets, training and validation. Model A is 90.5% accurate at distinguishing blue from red on the training dat...
overfittingmodel selectiongeneralizationvalidation performance - Question #12Logistic Regression
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 c...
Logistic Regression ScoringSAS Data StepProfit CalculationConditional Logic - Question #13Regression Models
In order to perform honest assessment on a predictive model, what is an acceptable division between training, validation, and testing data?
data splittingmodel validationtrain-validation-testoverfitting prevention - Question #14Logistic Regression
Refer to the exhibit: Based upon the comparative ROC plot for two competing models, which is the champion model and why?
ROC CurveAUCModel SelectionBinary Classification - Question #15Logistic Regression
A marketing campaign will send brochures describing an expensive product to a set of customers. The cost for mailing and production per customer is $50. The company makes $500 reve...
Profit matrixCost-benefit analysisClassification decisionsMarketing ROI - Question #16Logistic Regression
A confusion matrix is created for data that were oversampled due to a rare target. What values are not affected by this oversampling?
Confusion matrixOversamplingClassification metricsSensitivity/Specificity - Question #17Logistic Regression
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-eve...
Logistic RegressionClass ImbalancePrior ProbabilitiesThreshold Selection - Question #18Regression Models
An analyst has a sufficient volume of data to perform a 3-way partition of the data into training, validation, and test sets to perform honest assessment during the model building...
Data PartitioningModel ValidationUnbiased AssessmentOverfitting Prevention - Question #19Logistic Regression
Screening for non-linearity in binary logistic regression can be achieved by visualizing:
non-linearity screeningempirical logitbinary logistic regressiondiagnostic techniques - Question #20Regression Models
The selection criterion used in the forward selection method in the REG procedure is:
Forward SelectionSLE (Significance Level to Enter)Variable SelectionPROC REG - Question #21Logistic Regression
The following LOGISTIC procedure output analyzes the relationship between a binary response and an ordinal predictor variable, wrist_size Using reference cell coding, the analyst s...
Logistic RegressionReference Cell CodingCategorical PredictorsLogit Interpretation - Question #22ANOVA and ANCOVA
A marketing analyst assessed the effect of web page design (A, B, or C) on customers' intent to purchase an expensive product. The focus group was divided randomly into three sub-g...
interaction effectstwo-way ANOVAgraph interpretationcategorical predictors - Question #23ANOVA and ANCOVA
Within PROC GLM, the interaction between the two categorical predictors, Income and Gender, was shown to be significant. An item store was saved from the GLM analysis. Which statem...
Simple effects testingPROC PLM syntaxInteraction effectsMultiple comparison adjustment - Question #24ANOVA and ANCOVA
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 s...
t-testgroup comparisonhypothesis testingSAS procedures - Question #25Regression Models
Refer to the exhibit. These graphs were created using the GLM procedure with the plots(only)=diagnostics option. Which plot do you use to identify influential observations?
Cook's DDiagnostic plotsInfluential observationsRegression diagnostics - Question #26Regression Models
PROC GLMSELECT was used for building a model predicting the natural log of a baseball player's salary from certain performance and longevity statistics. The model used backward eli...
Backward EliminationVariable SelectionP-valuesSBC Criterion - Question #27Regression Models
Refer to the exhibit. SAS output from the RSQUARE selection method, within the REG procedure, is shown. The top two models in each subset are given. Based on the exhibit, which sta...
Model Selection CriteriaParsimony vs OverfittingAIC vs SBC ComparisonRSQUARE Method - Question #28Regression Models
In a multiple linear regression model is equal to:
Multiple Linear RegressionType I Sum of SquaresANOVA DecompositionRegression SS - Question #29Regression Models
Which characteristic of Studentized residuals indicate potential outliers?
studentized residualsoutlier detectionregression diagnosticsresidual analysis - Question #30Regression Models
A non-contributing predictor variable (Pr > |t| = 0.658) is removed from an existing multiple linear regression model. What will be the result?
R-squaredVariable SelectionMultiple Linear RegressionModel Properties - Question #31Regression Models
Output from a multiple linear regression analysis is shown. What is the most appropriate statement concerning collinearity between the input variables?
CollinearityVariance Inflation FactorStatistical SignificanceMultiple Linear Regression - Question #32Regression Models
Which SAS program will best identify influential observations in a multiple regression application?
influential observationsregression diagnosticsPROC REGresidual plots - Question #33Regression Models
FILL BLANK Refer to the REG procedure output: Calculate the coefficient of determination, R-Square. Enter your numeric answer in the space below. Round to 4 decimal places (example...
R-Squarecoefficient of determinationREG proceduremodel fit - Question #34Regression Models
When working with smaller data sets (N<200), which method is preferred to perform honest assessment?
Cross-validationSmall sample validationModel assessmentQuartile partitioning - Question #35Logistic Regression
A researcher is planning a logistic regression to model the probability of disease occurrence. The researcher determines the rate of disease occurrence in the population is 1%. For...
Logistic RegressionClass ImbalanceRare EventsMulticollinearity - Question #36Regression Models
The maximum value for the training data occurs for model number 46, and the maximum value for the validation data occurs for model number 43. If you base model selection solely on...
Model selectionValidation dataOverfitting avoidanceModel evaluation - Question #37Regression Models
While building a predictive model, median imputations are performed while preparing the training data. How should the imputations be addressed in the validation data?
data preprocessingmissing value imputationtrain-validation splitmodel validation - Question #38Logistic Regression
Refer to the exhibit: Which statement is true, based on the plots above?
Predicted ProbabilitiesLift ChartsModel EvaluationBinary Classification - Question #39Regression Models
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 clean...
Data partitioningData cleansingHonest assessmentModel validation - Question #40Logistic Regression
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 into the model. Th...
2-way interactionsforward selectionPROC LOGISTICeffect inclusion - Question #41Logistic Regression
FILL BLANK Refer to the confusion matrix: Predicted Outcome 0 1 Actual Outcome 0 345 155 Actual Outcome 1 188 312 An analyst determines that loan defaults occur at the rate of 3% i...
sensitivityoversampling adjustmentconfusion matrixclass imbalance - Question #42Logistic Regression
Refer to the exhibit: [Image of PV+ vs depth chart on page 2] On the Gains Chart, what is the correct interpretation of the horizontal reference line?
Gains ChartModel EvaluationFalse NegativesClassification - Question #43Logistic Regression
Refer to the confusion matrix: Predicted Outcome 0 1 Actual Outcome 0 58 44 Actual Outcome 1 23 25 Calculate the accuracy and error rate (0 - negative outcome, 1 - positive outcome...
Confusion MatrixClassification MetricsAccuracy CalculationError Rate - Question #44Regression Models
Which statistic is based on the maximum vertical distance between the primary event EDF and the secondary event EDF?
Kolmogorov-Smirnov TestEmpirical Distribution FunctionsDistribution ComparisonGoodness-of-Fit Testing - Question #45Logistic Regression
Drag and Drop Question Drag the adjustment formulas for oversampling from the left and place them into the correct location in the confusion matrix shown on the right.
oversampling correctionconfusion matrixadjustment formulasprobability calibration - Question #46Logistic Regression
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...
Categorical level reductionGreenacre's methodBinary classificationCategorical preprocessing - Question #47Regression Models
What does the Pearson product moment correlation coefficient measure?
Pearson correlationLinear associationMonotonic relationshipCorrelation coefficient - Question #48Regression Models
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. ``` dat...
missing value indicatorsarray processingdata preparationSAS syntax - Question #49Regression Models
What option must be added to the program to obtain a data set containing Spearman statistics?
Spearman correlationOutput datasetsSAS PROC syntaxCorrelation statistics - Question #50Regression Models
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 vi...
PROC GLMSOLUTION optionParameter estimatesRegression coefficients