\[ %% % Add your macros here; they'll be included in pdf and html output. %% \newcommand{\R}{\mathbb{R}} % reals \newcommand{\E}{\mathbb{E}} % expectation \renewcommand{\P}{\mathbb{P}} % probability \DeclareMathOperator{\logit}{logit} \DeclareMathOperator{\logistic}{logistic} \DeclareMathOperator{\sd}{sd} \DeclareMathOperator{\var}{var} \DeclareMathOperator{\cov}{cov} \DeclareMathOperator{\cor}{cor} \DeclareMathOperator{\Normal}{Normal} \DeclareMathOperator{\LogNormal}{logNormal} \DeclareMathOperator{\Poisson}{Poisson} \DeclareMathOperator{\Beta}{Beta} \DeclareMathOperator{\Binom}{Binomial} \DeclareMathOperator{\Gam}{Gamma} \DeclareMathOperator{\Exp}{Exponential} \DeclareMathOperator{\Cauchy}{Cauchy} \DeclareMathOperator{\Unif}{Unif} \DeclareMathOperator{\Dirichlet}{Dirichlet} \DeclareMathOperator{\Wishart}{Wishart} \DeclareMathOperator{\StudentsT}{StudentsT} \DeclareMathOperator{\Weibull}{Weibull} \newcommand{\given}{\;\vert\;} \]

Homework 6: Mixed Effects Models

Assignment: Your task is to use Rmarkdown to write a short report, readable by a technically literate person. The code you used should not be visible in the final report (unless you have a good reason to show it).

Due: Submit your work via Canvas by the end of the day (midnight) on Thursday, November 12th. Please submit both the Rmd file and the resulting html file. You can work with other members of class, but I expect each of you to construct and run all of the scripts yourself.

The Problem

For this assignment, you’ll be using a dataset from Hannah Tavaliere’s MSc research. In this project Hannah sampled 21 lakes across New England to evaluate the growth characteristics of three genetic lineages of an invasive aquatic plant (variable-leaf watermilfoil). The main objective of this study was to investigate whether the hybrid lineage (HYB) grows more aggressively than the parental lineages (CON and ACP). For each lake, you have plant growth and environmental data obtained from 2-3 100m transects randomly placed in each lake. For each transect you have data on three metrics of growth: average dry mass per plant (Dry_Mass_per_Plant_g), average total branch count(Total_Branches_per_Plant), and density of individual plants per square meter (Density_per_m2). These three measures capture different aspects of aggressive growth by describing individual plant mass, spread in the water column, and density of plant beds. You can find the data here.

Ignore for now that some of our dependent variables are counts… we will talk about what to do with those later in the term.

Your report should contain (and describe) the results of the following. Make sure to report conclusions in real terms, referring to the biological quantities of interest.