Publications by Jamie Kerlin

Install and Load Packages in R

05.10.2024

Introduction R works by running functions that live within packages. To use these packages, we must install them and load them whenever we open or restart R. Here, I will show how to install/load packages and have you install 3 of my favorite packages. Installing Packages We need to install packages before we can use them. I will use the tidyv...

1705 sym R (1283 sym/4 pcs) 2 img

Importing Data in R

05.10.2024

Introduction First, let’s learn how to bring our data into R. Of course, this assumes we have data! If you don’t have data to use, you can always download free sample data from Kaggle or similar websites. Today, we will use the palmerpenguins dataset. Load packages First, we will install any load any necessary packages. If you need a refr...

2385 sym R (2442 sym/9 pcs) 3 img

Intro to the Tidyverse

30.07.2024

1 Overview 1.1 Purpose The purpose of this document is to provide an introduction into using Tidyverse in R. We will review the “core” packages within the Tidyverse and give examples. 1.2 Load packages package_names <- c("tidyverse", "here", "janitor", "vtable") for(x in package_names){ if (!x %in% rownames(installed.packages())) install...

9852 sym Python (42998 sym/100 pcs) 8 img 1 tbl

Publish Document

25.05.2023

Notes This document is set up to run the entire analysis. The order is: Load and clean metadata Load and clean colony areas to calculate growth rate Load and clean colony and interaction perimeters Calculate survivorship for each year Load and quality check environmental data from MCR LTER Load and quality check percent cover data from MCR LTER...

4197 sym R (236054 sym/159 pcs) 34 img

Publish Document

23.05.2023

Notes This document is set up to run the entire analysis. The order is: Load and clean metadata Load and clean colony areas to calculate growth rate Load and clean colony and interaction perimeters Calculate survivorship for each year Load and quality check environmental data from MCR LTER Load and quality check percent cover data from MCR LTER...

5412 sym R (119510 sym/72 pcs) 25 img

SEM Update 5-2023

17.05.2023

Notes This document is set up to run the entire analysis. The order is: Load and clean metadata Load and clean colony areas to calculate growth rate Load and clean colony and interaction perimeters Calculate survivorship for each year Load and quality check environmental data from MCR LTER Load and quality check percent cover data from MCR LTER...

5165 sym R (110519 sym/71 pcs) 23 img

PQ Analysis Update 2022-02-28

01.03.2023

This document is set up to run the entire analysis. The order is: Load and clean metadata Load and clean colony areas to calculate growth rate Load and clean colony and interaction perimeters Calculate survivorship for each year Load and quality check environmental data from MCR LTER Load and quality check percent cover data from MCR LTER 6.5) ...

4281 sym R (48516 sym/50 pcs) 18 img