R for marine microbiology

R for marine microbiology

University

10 Qs

quiz-placeholder

Similar activities

A3 IIIB - Básicas de EDA

A3 IIIB - Básicas de EDA

11th Grade - University

10 Qs

hack

hack

University

10 Qs

ICF-(Civil-Lab)-Quiz-2

ICF-(Civil-Lab)-Quiz-2

University

10 Qs

U1 DDL

U1 DDL

University

10 Qs

SQL Queries

SQL Queries

University

10 Qs

SQL and Database Quiz

SQL and Database Quiz

University

15 Qs

Analyse de données avec R (introduction au cours)

Analyse de données avec R (introduction au cours)

University

10 Qs

DBMS Ex 1

DBMS Ex 1

University

15 Qs

R for marine microbiology

R for marine microbiology

Assessment

Quiz

Computers

University

Hard

Created by

Enrico Bortoletto

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to assign a new object in R?

<-

-<

%<>%

%>%

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the basic data types in R programming?

float, string, boolean, integer, complex, binary
number, text, boolean, int, complex, binary
numeric, character, logical, integer, complex, raw
float, char, bool, int, complex, binary

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

data<-____("file.csv", col_names=F)

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

what function can be used to apply a Function over a List or Vector ?

zapply()

lapply()

applylist()

vector.do()

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Please filter the column "Group" of the dataset "data" excluding all the row belonging to the group called "outlier"

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you calculate the correlation coefficient in R programming?

correlation()
corr()
correlation_coefficient()
cor()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What function can be used in R to group by one or more columns ?

group()

grouping()

grouping_by()

group_by()

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?