Text Search:
Applied Filters
    Evolutionary Ecophysiology swirl lesson
    Uses swirl to walk students through how to use R and analyze their own data.
    1028

    views

    261

    downloads

    0

    comments

    0

    adaptations

    Binomial test
    This lesson focused on introducing students to binomial data analysis and reinforcing concepts of confidence intervals, p-value interpretation, and one- vs two-sided tests.
    1115

    views

    387

    downloads

    0

    comments

    0

    adaptations

    An introduction to population matrix models: a swirl lesson
    Students will learn how to set up a population matrix model in R and use it for demographic analysis of a population, including projecting population growth, determining lambda and the stable age...
    2464

    views

    6472

    downloads

    0

    comments

    0

    adaptations

    Genome Sequence Data in R using Biostrings (Swirl Lesson)
    By the end of this lesson, students should be able to load FASTA files into R as DNAStringSets and use width() and alphabetFrequency(), combined with other functions like sum() and mean(), to...
    1313

    views

    1272

    downloads

    0

    comments

    0

    adaptations

    Histograms and Boxplots
    This lesson, created for an introductory ecology course, focuses on helping novice R users to import a data file, apply base R plotting functions, and use R Markdown to generate a reproducible report.
    1355

    views

    590

    downloads

    0

    comments

    0

    adaptations

    Hardy-Weinberg Equilibrium: a swirl resource
    Students will use swirl to understand Hardy-Weinberg equilibrium. The lesson starts with observed numbers of individuals for each genotype, and students will work through a number of steps to...
    1979

    views

    983

    downloads

    0

    comments

    0

    adaptations

    Cleaning Data with R and the Tidyverse in Swirl
    The overall goal is to help students learn common data cleaning procedures on a dataset once they’ve collected measurements and before they are able to start their analysis. This swirl lesson is...
    1510

    views

    1177

    downloads

    0

    comments

    0

    adaptations

    Importing Data into R
    This short swirl lesson on importing data is designed to 1) get a basic understanding in how tables are read into R and some common issues and 2) develop an individual set of instructions for...
    1550

    views

    948

    downloads

    0

    comments

    0

    adaptations

    Population Demography in Swirl
    The students will learn to generate, test, and graphically represent basic hypotheses on data distributions using large datasets.
    894

    views

    505

    downloads

    0

    comments

    0

    adaptations

    Island Biogeography
    The students will practice the basic code to test MacArthur and Wilson’s (1967) Island Biogeography model, focusing on how island size, distance, and perturbation affect species numbers.
    1381

    views

    557

    downloads

    0

    comments

    0

    adaptations

    Two-Way ANOVA
    In this lesson, students will learn the necessary statistical terms to understand two-way ANOVA, how to visualize their data, how to perform two-way ANOVA and interpret their results, and how to...
    1708

    views

    697

    downloads

    0

    comments

    0

    adaptations

    Tree Biomass and Phenology
    This lesson centers around understanding the connection of tree biomass and phenology with climate change. It uses both swirl and LearnR lessons in the R programming language to help students make...
    662

    views

    352

    downloads

    0

    comments

    0

    adaptations

    Working with Datasets in R swirl
    The goal of this lesson is to learn how to import datasets into R, understand variable types, make adjustments to variables, perform basic calculations, and begin data visualization. The exercise...
    1767

    views

    984

    downloads

    0

    comments

    0

    adaptations

    R Subsetting Tutorial
    The students will practice manipulating data to add to or extract subsets of specific values, rows, columns, or subsets of data contained in existing data files.
    1252

    views

    530

    downloads

    0

    comments

    0

    adaptations

    REMNet Tutorial, Excel Part 4: Focusing on Taxonomy 4.26.19
    Video on analyzing microbiome data in Excel from the Research Experiences in Microbiomes Network
    1211

    views

    841

    downloads

    0

    comments

    0

    adaptations

    Sampling Distributions and Null Distributions: two swirl lessons in R
    There are two complementary lessons. The first covers how sampling distributions are made and ID's their key properties. The second covers how null distributions and how the test statistic of a...
    1486

    views

    1940

    downloads

    0

    comments

    0

    adaptations

    Basic Statistics
    The students will practice identifying the appropriate basic statistical tests when given a scenario and learn how to run and interpret those statistical tests in R.
    1236

    views

    716

    downloads

    0

    comments

    0

    adaptations

    Exploring the functionality of R
    Students work with example data to generate a length-weight plot and use lm() to obtain regression coefficients. Base plot functions are used to plot both the data and the regression line.
    1036

    views

    474

    downloads

    0

    comments

    0

    adaptations

    Single Factor Analysis of Variance (ANOVA)
    This swirl lesson introduces students to theoretical and practical concepts about single-factor ANOVA analysis and an approach to conduct this type of analysis using R.

    Keywords: ANOVATukey HSD

    895

    views

    637

    downloads

    0

    comments

    0

    adaptations

    Making Predictions with Linear Models: A Murder Mystery Case Study
    This Swirl lesson will introduce two main concepts to students: 1) the idea of uncertainty around linear slopes versus individual values and 2) predicting values using linear models.
    855

    views

    306

    downloads

    0

    comments

    0

    adaptations