FDA FINAL QUIZ

FDA FINAL QUIZ

University

20 Qs

quiz-placeholder

Similar activities

PC3: TRATAMIENTO DE DATOS

PC3: TRATAMIENTO DE DATOS

9th Grade - University

20 Qs

Beginner Quiz on ML and Python Basics

Beginner Quiz on ML and Python Basics

University

20 Qs

Midterm Exam - DV - Part 1

Midterm Exam - DV - Part 1

University

20 Qs

Data Analytics using Python - Quiz 2

Data Analytics using Python - Quiz 2

University

15 Qs

Workshop Quiz

Workshop Quiz

University

25 Qs

Sjmit-Q2-[Workshop-MAR-25]

Sjmit-Q2-[Workshop-MAR-25]

12th Grade - University

20 Qs

Season 5 #Spaic Python Weekly Quiz

Season 5 #Spaic Python Weekly Quiz

KG - Professional Development

20 Qs

Quizaro

Quizaro

University

20 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?