logo

Crowdly

ETC1010 - ETC5510 - Introduction to data analysis - S1 2025

Looking for ETC1010 - ETC5510 - Introduction to data analysis - S1 2025 test answers and solutions? Browse our comprehensive collection of verified answers for ETC1010 - ETC5510 - Introduction to data analysis - S1 2025 at learning.monash.edu.

Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!

The following question is about tidy data. The table below contains looks at crime occurrence in different locations across Victoria:

entry_pointlgacrime_typecount
FRONT DOORPaddingtonarson100
FRONT DOORCBDarson60
FRONT DOORNewtownarson90
WINDOWPaddingtonburglary65
WINDOWCBDburglary55
WINDOWNewtownburglary100
ROOFPaddingtonburglary10
ROOFCBDburglaryNA
ROOFNewtownburglaryNA

Which of the following statements about the variable count are TRUE?

Incorrect answers will be penalised.

View this question

This question is about workflow and reproducibility. Your project as saved in ETC1010_5510.Rproj is in the folder ETC1010_5510 (which indicates that the location where R is looking at is folder ETC1010_5510). In that folder you have carefully organised your assignment work into a separate directory, which holds your solution, in the file assignment_01.Rmd. The directory structure is below:

users

└── myself

└── ETC1010_5510

└── ETC1010_5510.Rproj

└── assignment

└── assignment_01.Rmd

└── assignment_02.Rmd

└── data

└── file.csv

What would happen if you tried to run the following code after you opened the project read_csv("assignment/data/file.csv")?

View this question

How does semi_join work?

View this question

What is the difference between the left_join() and the

right_join()?

Select the correct answer

View this question

True or False?

“Keys” are variables used to connected records from one table to another.

View this question

True or False?

The "inner_join()" function will return all rows from x where there are matching values in y and all columns from x and y

View this question

Animated plots should always be used as it it the best type of graph

View this question

The facet_wrap command allow us to present multiple subplots to display subsets of our data

View this question

I will use R projects from now on.

100%
0%
View this question

The facet_grid command allows us to present plots combining two variables

View this question

Want instant access to all verified answers on learning.monash.edu?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!