Skip to content

Commit

Permalink
small stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
doserjef committed Dec 8, 2023
1 parent 523ee9e commit 0c644d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions code/case-study-1/get-waic.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# get-waic.R: script to extract the WAIC from each of the four candidate
# models for each species. This avoids having to read in the
# spOccupancy model object every time to calculate WAIC.
# Author: Jeffrey W. Doser
rm(list = ls())
library(spOccupancy)

Expand Down
1 change: 1 addition & 0 deletions code/case-study-2/lulc-pred-data-prep.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# cover covariates across the continental US from
# USGS EROS for use in predicting effects of land cover
# change on Grasshopper Sparrow across the US.
# Author: Jeffrey W. Doser
rm(list = ls())
library(tidyverse)
library(stars)
Expand Down

0 comments on commit 0c644d0

Please sign in to comment.