Commit 53f8f537 authored by Laura A DeCicco's avatar Laura A DeCicco
Browse files

GL

parent 5cc226af
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ editor_options:
```{r setup, include=FALSE}
knitr::opts_chunk$set(
  echo = TRUE,
  eval = TRUE, # Change this later!
  eval = FALSE, # Change this later!
  message = FALSE,
  warning = FALSE,
  fig.width = 7, 
@@ -57,7 +57,7 @@ parallel::stopCluster(cl)
### In series:

```{r}
nBoot <- 20 # Let's make sure things run with a small nBoot
nBoot <- 10 # Let's make sure things run with a small nBoot
# but bump up later!

blockLength <- 200