FDA FINAL QUIZ

FDA FINAL QUIZ

University

20 Qs

quiz-placeholder

Similar activities

Pandas Python: Trabajo con Datos

Pandas Python: Trabajo con Datos

University

20 Qs

Data Analytics using Python - Quiz 2

Data Analytics using Python - Quiz 2

University

15 Qs

Python Workshop Day - 2

Python Workshop Day - 2

University

15 Qs

kuis pertama

kuis pertama

University

20 Qs

MÓDULOS Y PAQUETES PARA MACHINE LEARNING CON PYTHON

MÓDULOS Y PAQUETES PARA MACHINE LEARNING CON PYTHON

University

20 Qs

Pandas

Pandas

University

15 Qs

Season 2 #Spaic Python Weekly Quiz

Season 2 #Spaic Python Weekly Quiz

KG - Professional Development

20 Qs

GirlsWhoML-Workshop2

GirlsWhoML-Workshop2

University

15 Qs

FDA FINAL QUIZ

FDA FINAL QUIZ

Assessment

Quiz

Computers

University

Medium

Created by

SRINIVASARAO 22PHD7042

Used 5+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a basic data type in R?

Numeric

Integar

String

Logical

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Given the following vector: my_vector <- c(1, 2, 3, 4, 5), what will length(my_vector) return?

1

5

4

6

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which R function is used to convert a character to a numeric data type?

as.numeric()
to.numeric()
convert.numeric()
change.numeric()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Multiple Linear Regression, the dependent variable is:

The variable you want to predict

A function of a single independent variable

An additional variable for accuracy

A constant value

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The summary() function in R provides:

A detailed report of the dataset

A graphical representation of the data

A summary of the statistical analysis
A list of all the variables in the dataset

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to fit a multiple linear regression model in R using the lm() function?

lm(y ~ x1 + x2 + x3, data = mydata)
lm(x1 + x2 + x3, y, data = mydata)
lm(y ~ x1, x2, x3, data = mydata)
lm(y, x1 + x2 + x3, data = mydata)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which R function is used to sort a vector in ascending order?

sort()
order()

ascending()

arrange()

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?