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_point lga crime_type count FRONT DOOR Paddington arson 100 FRONT DOOR CBD arson 60 FRONT DOOR Newtown arson 90 WINDOW Paddington burglary 65 WINDOW CBD burglary 55 WINDOW Newtown burglary 100 ROOF Paddington burglary 10 ROOF CBD burglary NA ROOF Newtown burglary NA
Which of the following statements about the variable count
are TRUE?
Incorrect answers will be penalised.
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")
?
How does semi_join work?
What is the difference between the left_join() and the right_join()?
Select the correct answer
True or False?
“Keys” are variables used to connected records from one table to another.
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
Animated plots should always be used as it it the best type of graph
The facet_wrap command allow us to present multiple subplots to display subsets of our data
I will use R projects from now on.
The facet_grid command allows us to present plots combining two variables
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!