Skip to content

Commit

Permalink
start results doc
Browse files Browse the repository at this point in the history
  • Loading branch information
sgaichas committed May 30, 2024
1 parent 95a112d commit 01faa13
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions Results.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: 'Benthos Indices: Results'
author: "Sarah Gaichas"
date: "`r Sys.Date()`"
output:
html_document:
code_fold: hide
---

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE,
message = FALSE,
warning = FALSE)
library(tidyverse)
library(here)
library(DT)
```

# Introduction

Models for macrobenthos and megabenthos were run for spring and fall using all spatial and spatio-temporal random effects, and three catchability covariates: mean predator length at the location, number of predator species at the location, and bottom temperature at the location.

See workflow document for details.


0 comments on commit 01faa13

Please sign in to comment.