In this exercise you will:
You need to have installed R, RStudio, and the necessary packages for
the course, including the ELMER
package. See how to
get set up for this course
'data.frame': 17 obs. of 2 variables:
$ Time : int 65 156 100 134 16 108 121 4 39 143 ...
$ Count: num 3.36 2.88 3.63 3.41 3.78 4.02 4 4.23 3.73 3.85 ...
N.B. The Count
variable is already measured on the \(\log_{10}\) scale. You do not need to
transform it to replicate the example in ELMER.
Re-create the figure and table given in the Leukemia data example in Chapter 3 of ELMER, which show the fitted values for the unweighted and weighted models.
You should compare your work with the solutions for this workshop.