Exam 2: Statistical Analytics With R Part 1

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

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:
Verified

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:
Verified

C

Which was NOT used for cluster analysis in the text?

Free
(Multiple Choice)
4.9/5
(38)
Correct Answer:
Verified

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)
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)