Skip to content

Commit 16d23d8

Browse files
committed
AUC_Updates
1 parent edb57d6 commit 16d23d8

File tree

4 files changed

+128
-128
lines changed

4 files changed

+128
-128
lines changed

docs/source/examples/R/Example scripts/Example_analysis_bayesian.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ model = cmdstan_model(here("docs","source","examples","R","src","first_model.sta
3838
results = single_sub_analysis(df,
3939
interoPost = NA,
4040
exteroPost = NA,
41-
bayesian = F,
41+
bayesian = T,
4242
model = model,
4343
out = here::here("docs","source","examples","R"))
4444
```

docs/source/examples/R/Example scripts/Example_analysis_simple.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Example Analysis"
33
author: "Jesper Fischer Ehmsen"
4-
date: '2023-01-05'
4+
date: "`r Sys.Date()`"
55
output:
66
html_document: default
77
---

docs/source/examples/R/src/firstlevelanalysis.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ study_analysis <- function(path, bayesian, model, folder = T, out) {
303303

304304

305305
data$id = gsub("^\\D*(\\d+).*", "\\1", sub_files[i])
306-
306+
307307

308308
file <- basename(sub_files[i])
309309
data$file = file

0 commit comments

Comments
 (0)