Exam 2: Statistical Analytics With R Part 1
Exam 1: Using and Abusing Data Analytics in Social Science10 Questions
Exam 2: Statistical Analytics With R Part 110 Questions
Exam 3: Statistical Analytics With R Part 217 Questions
Exam 4: Classification and Regression Trees in R15 Questions
Exam 5: Random Forests19 Questions
Exam 6: Modeling and Machine Learning20 Questions
Exam 7: Neural Network Models and Deep Learning16 Questions
Exam 8: Network Analysis14 Questions
Exam 9: Text Analytics15 Questions
Select questions type
Given that a data frame called "survey" is loaded and has a column labeled "marital", what is wrong with this command?: table(marital)
Free
(Multiple Choice)
4.8/5
(39)
Correct Answer:
D
The ANOVA family has four main variants: ANOVA, ANCOVA, MANOVA, and MANCOVA. In the text, which command(s) was/were used to implement them?
Free
(Multiple Choice)
4.8/5
(36)
Correct Answer:
C
Which was NOT used for cluster analysis in the text?
Free
(Multiple Choice)
4.9/5
(38)
Correct Answer:
D
Which R package was used for the Levene's test in ANOVA and for hypothesis testing?
(Multiple Choice)
4.8/5
(41)
Give a short answer: What is the "base::" part in the command below and what does it do? base::table(survey$marital,survey$sex)
(Essay)
4.9/5
(36)
What command in R is used most frequently to implement ordinary least squares (OLS) regression? Fill In: __________________________
(Short Answer)
4.9/5
(31)
In logistic regression, what is a synonym for a "confusion table", created by the confusionMatrix command?
(Multiple Choice)
4.8/5
(28)
Which R package is NOT used in conjunction with crosstabulation?
(Multiple Choice)
4.8/5
(37)
Cronbach's alpha, a leading measure of reliability, is produced by which R package?
(Multiple Choice)
4.7/5
(35)
The "processR" package implements which type of statistical analysis?
(Multiple Choice)
4.8/5
(39)
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)