Publications by Anastasia Bernat
Comparing Seasons Draft
library(binom) source_path = "~/Desktop/git_repositories/SBB-dispersal/avbernat/Rsrc/" script_names = c("center_flight_data.R", # Re-centers data "clean_flight_data.R", # Loads and cleans data "unique_flight_data.R", # 1 function: create_delta_data() "clean_flight_data-Fall.R", # 1 function: ...
339 sym R (2826 sym/16 pcs) 1 img
Flight Response Draft
Winter 2020 Flight Trials: Binomial Flight Modeling Flight Trials Winter 2020 Dataset was conducted from 2/17/2020 - 3/10/2020. Soapberry bugs were flight tested twice for multiple hours in the flight mill and observed from 8 AM to (5-8 PM) each day. Used multivariate (glm) and mixed effect modeling (glmer) to analyze the flight results. All Tri...
14662 sym R (153498 sym/730 pcs) 17 img
Flight Visualizations Draft
Winter 2020 Flight Trials Flight Trials Winter 2020 Dataset was conducted from 2/17/2020 - 3/10/2020. Soapberry bugs were flight tested twice in the flight mill and observed from 8 AM to (5-8 PM) each day. Loading, cleaning, and recoding the data source_path = "~/Desktop/git_repositories/SBB-dispersal/avbernat/Rsrc/" script_names = c("center_fl...
1321 sym R (96865 sym/129 pcs) 27 img
Flight Visualizations Draft 2
Winter 2020 Flight Trials Flight Trials Winter 2020 Dataset was conducted from 2/17/2020 - 3/10/2020. Soapberry bugs were flight tested twice in the flight mill and observed from 8 AM to (5-8 PM) each day. Loading, cleaning, and recoding the data source_path = "~/Desktop/git_repositories/SBB-dispersal/avbernat/Rsrc/" script_names = c("center_fl...
1778 sym R (36693 sym/70 pcs) 15 img
Stats Bootcamp - Time Series Lesson
What is a time series? Primarily, a time series is a set of data taken sequentially in time, usually at equal time intervals. \(x_t\) at times \(t = 1,2,...N\), where N is the length of the time series. It is different than non-temporal data because each data point has an order and is, typically, related to the data points before and after by som...
27437 sym R (18208 sym/74 pcs) 34 img