Lecture_3_intro

Lecture_3_intro

Professional Development

5 Qs

quiz-placeholder

Similar activities

ANW 03/04/24 linear quadratic exponential

ANW 03/04/24 linear quadratic exponential

Professional Development

3 Qs

Summit Matrix Quiz

Summit Matrix Quiz

Professional Development

7 Qs

Sistemas lineares

Sistemas lineares

Professional Development

1 Qs

Module 1 Vecteurs et droites de l'espace

Module 1 Vecteurs et droites de l'espace

9th Grade - Professional Development

8 Qs

Understanding Linear Equations

Understanding Linear Equations

Professional Development

10 Qs

Linear Regression - 31st October

Linear Regression - 31st October

Professional Development

8 Qs

quiz_maths_6b

quiz_maths_6b

12th Grade - Professional Development

10 Qs

Calculus Basics

Calculus Basics

Professional Development

10 Qs

Lecture_3_intro

Lecture_3_intro

Assessment

Quiz

Mathematics

Professional Development

Hard

Created by

Mariam Metawe3

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

In simple linear regression (you can choose more than one answer)

There is more than one independent variable

There is only one independent variable

The dependent variable is numerical continuous

The dependent variable is numerical continuous or discrete

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which sentence explain the relation between X and y

There is a linear relation between x and y

There is no relation between x and y

There is a non linear relation between x and y

Negative values of X makes the relation with y not linear

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Media Image

Which statement is true about this linear equation

mpg= W + drat * Z

The intercept has negative value

The slope has negative value

W has negative value

Z has negative value

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ranges=c("2-7", "12-15")

If you want to separate minimum values of each range from the maximum values and keep this values after remove the [ - ] separator

str_split(ranges,"-")

str_subset(ranges,"-")

str_split(ranges," - ")

str_subset(ranges," - ")

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what is the output of the follwoing code

vector=c("Tom", "Jerry", "Mickey)
str_length(vector)

3

[3,5,6]

[1,2,3]

1