-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREU Project.Rmd
More file actions
49 lines (28 loc) · 3.25 KB
/
REU Project.Rmd
File metadata and controls
49 lines (28 loc) · 3.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
title: "REU Project"
author: "Elizabeth McDaniel"
date: "6/11/2021"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
## Abstract
For my Summer 2021 REU Project, I will test the assumptions of the Functional Linear Models used to test for lagged effects of climatic extremes on plant demographic vital rates. These simulations will be conducted using a long-term dataset of plant demography and the R statistical programming language.
## Introduction
Understanding the consequences of habitat fragmentation - the subdivision of once continuous habitats into smaller, isolated patches - is an essential question in conservation ecology. Habitat fragmentation has been shown to lead to the local extinction of plant species from patches (cite). However, there is little research on the mechanisms that lead to those extinctions (Bruna et al J Veg Sci). Previous work has found that vital rates such as growth and fecundity can be lower in habitat fragments than continuous forest, which is one potential mechanism that could contribute to these extinctions (citations). These reductions are often hypothesized to be the result of the current abiotic conditions in fragments (e.g., higher temperature, reduced relative humidity; citations). However, the extent to which historical conditions in fragments could influence vital rates remains unknown (citations).
Functional Linear Models are a promising means by which to asses how historical conditions influence present day demography. By ____, FMLs can be used to test for "lagged effects": ______. However, previous research using FLMs to test for lagged effects posited that use of the technique requires that the dataset meet several assumptions, notably [a huge amount fo data, and even up to 20 years of of collected data: MAKE MORE SPECIFIC, at least X years of data] (cite). It is unknown, however, how robust FLMs are to deviations from these assumptions.
### Questions
Using a large and long-term dataset of plant demography, I will test how deviations from these assumptions influence the ability of FLM to detectded lagged effects of climate on plant demographic vital rates. Specifically, I will
1. What is the effect of population size on effectiveness of the FLM?
2. What is the minimum amount of data necessary for effective use of the FLM? By treating the full Heliconia dataset as a population and sampling from it, some knowledge can be gained about the data necessary to run a FLM and get results that are truly representative of the population.
## General Approach and Statistical Methods
While this is not a hypothesis driven experiment, I assume that at some point the reduction of sample data will render the FLM unusable, or at least ineffective. Repeated sampling of decreasing size from the Heliconia dataset will allow me to determine that point.
I created three functions in order to sample and test the data. The first, "make_samples", created the samples, with size varying based on internal numerical changes. The second, "model_stats", ran the model on the sampled data, and the third, "get_results", extracted desired parameters from the model.
## Including Plots
1. Plots for Questions 1
* R2 vs. sample size
* others?
```{r pressure, echo=FALSE}
plot(pressure)
```