Due before 5pm, Friday 9th August, 2024
Your answers to all questions should be submitted to myUni as a
single R markdown file with the file suffix .Rmd
. [1
mark]
All data is in the file available here. Please extract the complete set of files, and use the file labelled with your student id. Do not change the name of the file you obtain, but continue to work with this file as a1xxxxxx.csv.
Please note that R Markdown will require this file to be in the same
directory as the markdown file itself is in. Your file can be uploaded
to your VM using the Upload
button in the RStudio Files
pane. We strongly suggest creating a directory called
Assignment_1
on your VM and placing both your RMarkdown and
your file in this directory.
NA
. [4
marks]dCt
values
for each of the four conditions. [4 marks]dCt~CellType + Treatment + CellType:Treatment
and include
the model output from the function summary()
without
interpretation. [2 marks]Please answer on the same *.Rmd
file as the first
section, using a new markdown heading for this section.
.csv
and .tsv
.
What is the difference between the two, and can you suggest a function
for loading a .tsv
file into R? [3 marks]R
Console
are 1) error messages, 2) warnings and 3) general messages. Briefly
describe the importance of each type of message and what information
they are conveying. [3 marks]