FDA FINAL QUIZ

FDA FINAL QUIZ

University

20 Qs

quiz-placeholder

Similar activities

SQL4-Join/aggregate functions/group by

SQL4-Join/aggregate functions/group by

University

19 Qs

PROGRAMMING IN C AND DATA STRUCTURES - UNIT III

PROGRAMMING IN C AND DATA STRUCTURES - UNIT III

University

20 Qs

Internal Computer Devices Review

Internal Computer Devices Review

7th Grade - University

20 Qs

Computer Science Quiz 02

Computer Science Quiz 02

10th Grade - University

19 Qs

Day 10 - ONLINE TEST - PL03 PYTHON PROGRAMMING

Day 10 - ONLINE TEST - PL03 PYTHON PROGRAMMING

University

20 Qs

Computer Hardware

Computer Hardware

University

20 Qs

Computer Security Measure

Computer Security Measure

11th Grade - University

19 Qs

The OSI Model and Network Protocols Quiz

The OSI Model and Network Protocols Quiz

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?