ASMR Notes
ASMR Notes
c) What is linear regression? What do you mean by dependent and independent variables? What
is the difference between linear and multiple regression?
a) Examine ANOVA in R? State the assumptions and explain one-way ANOVA in detail. Also
state benefits of ANOVA.
b) What do you mean by dimension reduction? Explain linear discrimination analysis (LDA)
with syntax. Also explain application of LDA in the marketing domain.
b) What is logistic regression in R? Assume suitable data and explain how do you interpret
regression coefficients in R.
a) Revise the concept of Time series analysis. Explain how time series analysis is used for
business forecasting.
i) F Test in R
ii) Bayes Theorem
Nov 2023
h) Identify any two types of tests used to compare means of two samples.
b) Discuss the concept of linear regression. List the parameters to evaluate linear regression
model.
b) Discuss MLR (Multiple Linear Regression) in detail. Which function is used to perform MLR
in R?
a) What is confusion matrix? How confusion matrix can be used to evaluate the accuracy of the
model?
b) Discuss the concept of odds and probabilities in Logistic regression. How ROC curve can be
used to evaluate the accuracy of Logistic model.
High-Priority Topics
1. Key R Functions:
o Functions for hypothesis testing (t.test, aov, etc.)
o Regression models (lm, glm)
o Matrix operations (transpose, LDA)
2. Application-Based Concepts:
o ANOVA for hypothesis testing
o Linear and logistic regression for predictions
o Principal Component Analysis (PCA) and Factor Analysis
3. Evaluation Metrics:
o Confusion matrix (true positives, false positives, etc.)
o ROC curve for classification models
Hypothesis Testing
Linear regression: Explain dependent and independent variables, syntax, and applications.
Logistic regression: Odds, probabilities, and regression coefficients interpretation.
Multiple Linear Regression (MLR): Definition, syntax, and evaluation parameters.
ANOVA
Descriptive Analytics
Evaluation Metrics
1. ANOVA with Interaction Effects: Moving beyond one-way ANOVA to more complex designs.
2. Advanced Evaluation Metrics: Questions focusing on AUC (area under the ROC curve),
sensitivity, and specificity.
3. Comparison of Means: Deeper focus on z-test, F-test, or Mann-Whitney U test.
4. Factor Analysis: Practical applications and differences from PCA.
5. Clustering Techniques: Application-based questions, especially in marketing or customer
segmentation.
Likely topics:
Basic R functions (pbinom(), installed.packages()).
Definitions: Null/alternative hypothesis, clustering, seasonality.
Differences: Parametric vs. non-parametric tests.
Applications: ROC curve, regression analysis.
Statistical concepts: Conditional probability, Bayes’ theorem.
Q2 (Detailed – Any 2)
Likely topics:
Q3 (Detailed – Any 1)
Likely topics:
Q4 (Detailed – Any 1)
Likely topics:
Q5 (Detailed – Any 1)
Likely topics:
1. R Code Practice:
o Focus on syntax for t-test, regression, ANOVA, PCA, and ARIMA.
2. Theory Preparation:
o Clear understanding of null/alternative hypotheses, correlation analysis, and evaluation
metrics.
3. Focus on Applications:
o Examples from marketing, business forecasting, and customer segmentation.
4. Practice Questions:
o Write small R programs for common statistical tasks.
o Practice interpreting outputs (p-values, regression coefficients, ANOVA tables).