From 0c644d078c0c51543087641b80a5ab2d9483419f Mon Sep 17 00:00:00 2001 From: doserjef Date: Thu, 7 Dec 2023 20:45:04 -0500 Subject: [PATCH] small stuff --- code/case-study-1/get-waic.R | 1 + code/case-study-2/lulc-pred-data-prep.R | 1 + 2 files changed, 2 insertions(+) diff --git a/code/case-study-1/get-waic.R b/code/case-study-1/get-waic.R index 319bf03..b023f4a 100644 --- a/code/case-study-1/get-waic.R +++ b/code/case-study-1/get-waic.R @@ -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) diff --git a/code/case-study-2/lulc-pred-data-prep.R b/code/case-study-2/lulc-pred-data-prep.R index 57047a5..7f1460d 100644 --- a/code/case-study-2/lulc-pred-data-prep.R +++ b/code/case-study-2/lulc-pred-data-prep.R @@ -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)