ANOVA CODING

ANOVA CODING

Professional Development

10 Qs

quiz-placeholder

Similar activities

Moodle use for Research and Practical Methods (PSGY4024/4025)

Moodle use for Research and Practical Methods (PSGY4024/4025)

Professional Development

10 Qs

SLAC ON TEST CONSTRUCTION WITH TOS

SLAC ON TEST CONSTRUCTION WITH TOS

Professional Development

10 Qs

PRIUS

PRIUS

Professional Development

10 Qs

Cuestionario de DOE Parcial Final

Cuestionario de DOE Parcial Final

Professional Development

10 Qs

Créer un test avec Mètis et ajouter des ressources simples

Créer un test avec Mètis et ajouter des ressources simples

Professional Development

7 Qs

Core Follow-up Outcomes Achievement: Post Exit Indicators

Core Follow-up Outcomes Achievement: Post Exit Indicators

Professional Development

7 Qs

GB - Analyze Phase Day 6

GB - Analyze Phase Day 6

Professional Development

8 Qs

IET PD

IET PD

Professional Development

12 Qs

ANOVA CODING

ANOVA CODING

Assessment

Quiz

Professional Development

Professional Development

Hard

Created by

Aaron D'Lima

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1) When do you reject Null Hypothesis?

Fcal < Fcrit

Fcal > Fcrit

p value> 0.05

Never reject

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

 2) Why do you perform Tukey's HSD test

To know variance in the group

No reason

Must perform after Anova

To know which two groups means are different

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

3) Why do you make use C in the following block of code:

model = ols('height ~ C(water) + C(sun) + C(water):C(sun)', data=df).fit()

To make sure it is a dependent feature

To make sure that machine knows that these are separate features

To indicate that these variables should be treated as categorical.

To find the sum of each feature

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

sm.stats._____(model, typ=2)

4) Fill in the blanks above code.(We want Anova table as output)

anova_lm

twoway_anova

f_oneway

anova_table

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

import scipy.stats

scipy.stats.f(3,24).ppf(0.95)

5) This is the code for finding critical value for one way anova. By looking at degrees of freedom how many treatments are we considering for the test?

24

4

1

5

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

6) melt syntax (For example: df.melt) is used to____

To melt the features

To make datasize smaller

Transform this long format into wide format

Transform this wide format into long format

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

7) Which of the following test where ANOVA assumptions cannot be checked?

Bartlett’s

Shapiro-Wilk

Tukey's HSD

Levene’s test

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?