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?
Answer : D
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.)
Answer : A, B
Refer to the exhibit.
Which conclusion is justified concerning Sales, comparing stores A, B, and C?
Answer : A
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 statement from PROC PLM would test the significance of Gender within each level of Income and adjust for multiple tests?
Answer : D
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-groups, each of which was asked to view one of the web pages and then give their intent to purchase on a scale from 0 to 100. The analyst also asked the customers to give their income, which was coded as: I (lowest), II (medium), or III (highest). After analyzing the data, the analyst claimed that there was significant interaction and the webpage design mainly influenced high income people.
Which graph supports the analyst's conclusion?
A)
B)
C)
D)
Answer : A
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 selects Large (L) as the reference level.
What is the estimated logit for a person with large wrist size?
Click the calculator button to display a calculator if needed.
Answer : D
Given the following LOGISTIC procedure:
What is the difference between the datasets OUTFILEJ and OUTFILE_2?
Answer : A