Skip to content

Commit

Permalink
Solving checklist errors by removing tidyverse
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaCartuyvels1 committed Dec 10, 2024
1 parent f4d4aeb commit c698c0b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions source/power_analyse.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ knitr::opts_chunk$set(echo = TRUE)
library(RODBC)
library(here)
library(tidyverse)
library(dplyr)
library(tidyr)
library(lme4)
set.seed(123)
Expand Down Expand Up @@ -158,7 +159,7 @@ scaled_yearly_declines <- random_yearly_declines -



```{r define parameters}
```{r}
# Functie: Simuleer populatie op een locatie
simulate_population <- function(
year, location, species, decline_rate, sampling_days) {
Expand Down

0 comments on commit c698c0b

Please sign in to comment.