All Projects → gbarrile → PopEcoModeling

gbarrile / PopEcoModeling

Licence: MIT license
Online course on statistical modeling in population ecology. Includes instructional videos with associated code and data.

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to PopEcoModeling

vagas
👀 Espaço para divulgação de vagas para tecnologia
Stars: ✭ 80 (+207.69%)
Mutual labels:  recruitment
stremr
Streamlined Estimation for Static, Dynamic and Stochastic Treatment Regimes in Longitudinal Data
Stars: ✭ 33 (+26.92%)
Mutual labels:  survival
psichomics
Interactive R package to quantify, analyse and visualise alternative splicing
Stars: ✭ 26 (+0%)
Mutual labels:  survival
google-foobar
Google foo.bar recruitment challenges
Stars: ✭ 51 (+96.15%)
Mutual labels:  recruitment
careers
💼 Engineering jobs at the Financial Times.
Stars: ✭ 30 (+15.38%)
Mutual labels:  recruitment
Fegaria-Remastered
Similar to my other project Fegaria, but with improved graphics, collisions and terrain generation.
Stars: ✭ 73 (+180.77%)
Mutual labels:  survival
recruitment
稀土团队在招人呐!
Stars: ✭ 26 (+0%)
Mutual labels:  recruitment
Epicsurvivalgameseries
Third-person Survival Game for Unreal Engine 4 (Sample Project)
Stars: ✭ 2,389 (+9088.46%)
Mutual labels:  survival
Resources
知名互联网企业内推资料整理 持续更新ing 。 目前已经维护五个微信群接近3000人,欢迎你的加入!
Stars: ✭ 1,910 (+7246.15%)
Mutual labels:  recruitment
RockBottom
A 2D-sidescrolling resource collection game - Now open sourced!
Stars: ✭ 16 (-38.46%)
Mutual labels:  survival
recruitr
Online Code Judging Tool
Stars: ✭ 25 (-3.85%)
Mutual labels:  recruitment
cool-jconon
Online application system for recruitment of staff and other types of employment and training of the National Research Council of Italy.
Stars: ✭ 14 (-46.15%)
Mutual labels:  recruitment
crafting-dead
The Minecraft zombie survival mod.
Stars: ✭ 44 (+69.23%)
Mutual labels:  survival
h4i-recruitment
H4I recruitment platform
Stars: ✭ 13 (-50%)
Mutual labels:  recruitment
NovaGuilds
Minecraft guilds plugin
Stars: ✭ 23 (-11.54%)
Mutual labels:  survival
Fenice-Network
Building the job search portal which helps both recruiters and job seekers to get perfect jobs.
Stars: ✭ 20 (-23.08%)
Mutual labels:  recruitment
joineRML
R package for fitting joint models to time-to-event data and multivariate longitudinal data
Stars: ✭ 24 (-7.69%)
Mutual labels:  survival
url-survival-check
批量检测URL存活
Stars: ✭ 44 (+69.23%)
Mutual labels:  survival
Islands
A spigot plugin for creating customisable home islands with different biomes. https://www.spigotmc.org/resources/islands-home-islands-system.84303/
Stars: ✭ 18 (-30.77%)
Mutual labels:  survival
Rebirth-Of-The-Night
Inspired by Terraria, 7 Days to Die, and more, Rebirth of the Night is a Minecraft 1.12.2 modpack with its own progression system, lore, mechanics, and art. It's built with the idea of remembering the central themes of what made Minecraft enjoyable and expanding them in every way, increasing the overall risk and reward as you progress.
Stars: ✭ 82 (+215.38%)
Mutual labels:  survival

Population Modeling in Ecology

Welcome to statistical modeling in population ecology! This online course introduces key software packages and fundamental models used in fish and wildlife population analysis. Course content includes the parameterization of models used to estimate ecological state variables such as occupancy and abundance as well as population vital rates such as survival, recruitment, and dispersal. The course is comprised of instructional videos with associated datasets and R code. To jump right into the video series, click 'Start Course' below to begin the course from the beginning, or search 'By topic' to skip to specific lessons. Further, please read the 'Additional Instructions' below on downloading/installing the software and packages required to execute the R scripts that accompany each lesson.

Instructor

Gabriel Barrile

Please email [email protected] with any questions, comments, or requests.


Video Lessons

Full playlist

Start Course

By topic

Course Overview

Introduction to Population Analysis

Abundance: Closed Binomial N-mixture Model in unmarked

Abundance: Closed Binomial N-mixture Model in rjags

Abundance: Closed Population Estimation in RMark

Abundance: Open Binomial N-mixture Model in unmarked

Occupancy: Single-Season Occupancy Model in unmarked

Occupancy: Single-Season Occupancy Model in rjags

Occupancy: Multi-Season Occupancy Model in RMark

Survival: Cormack-Jolly-Seber Model in RMark

Recruitment: Robust Design Pradel Model in RMark

Dispersal: Robust Design Multi-state Model in RMark

Highlighting Underrepresented Works in Population Ecology and Analysis


Additional Instructions

Download and install the following programs for your platform:

R and RStudio Desktop

Program MARK and JAGS

Installing packages

Once you have R and RStudio set up on your device, install the following packages via pasting these commands into your prompt (i.e., copy and paste the code into the "Console" of RStudio and hit enter):

install.packages("unmarked")
install.packages("rjags")
install.packages("RMark")
install.packages("reshape")
install.packages("ggplot2")

Downloading code/data from this repository

Simply click the Code dropdown button at the top-right of this page (scroll up to see it). Then hit Download ZIP in the dropdown menu. If you're not sure where to save it, just download and unzip to your Desktop.


Acknowledgments

This online course in population analysis was made possible through the funding of Wyoming NSF EPSCoR via the Microbial Ecology Collaborative. A huge thank you also to Western EcoSystems Technology, Inc. (WEST) and the University of Wyoming for hosting and supporting this project. Special thanks to Andrew Tredennick of WEST for supervision and feedback on each lesson and analysis.


License

Creative Commons Attribution 2.0 Generic License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].