S
Sam_actuary_123
Member
I'm a bit confused about how best to format my exam answers.
Would copying straight from the terminal be okay (for 2021 Paper B Q1 would look like below):
For plots are we supposed to post as pictures?
This is the guidance from the exam instructions:
"Candidates MUST include the R code used to obtain their answers, together with the main R output produced, in the Word document."
time = c(1,2,3,4,5,6,7,8,9,10)
> caffeine = c(52.2,39.3,28.3,19.03,13.96,11.46,8.78,6.55,5.43,5.03)
>
> #i)
>
> plot(time,caffeine)
>
> #ii)
> # time elapsed increases then caffeine in blod decreaces
> # seems to be a non-linear negative relationship
> # as the curve flattens off as time increases
Would copying straight from the terminal be okay (for 2021 Paper B Q1 would look like below):
For plots are we supposed to post as pictures?
This is the guidance from the exam instructions:
"Candidates MUST include the R code used to obtain their answers, together with the main R output produced, in the Word document."
time = c(1,2,3,4,5,6,7,8,9,10)
> caffeine = c(52.2,39.3,28.3,19.03,13.96,11.46,8.78,6.55,5.43,5.03)
>
> #i)
>
> plot(time,caffeine)
>

> #ii)
> # time elapsed increases then caffeine in blod decreaces
> # seems to be a non-linear negative relationship
> # as the curve flattens off as time increases