Skip to content

Commit 0c5e68d

Browse files
Changed working directories
1 parent 5f3ccff commit 0c5e68d

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

R/02-R_IndividualPSD.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This R Markdown file corresponds to data analysis for a **Developmental Cognitiv
1010
## **1.** Prepare data
1111
### Load example data
1212
```{r}
13-
setwd("~/Desktop/specparam")
13+
setwd(".././Data")
1414
1515
data <- read.csv("indv.csv", header= TRUE)
1616
PSD <- read.csv("indvPSD.csv", header= TRUE)

R/03-R_GroupPSDs.Rmd

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ This R Markdown file corresponds to data analysis for a **Developmental Cognitiv
1010
## **1.** Prepare data
1111
### Load example data
1212
```{r}
13-
# All files are saved in a folder on the Desktop
14-
setwd("~/Desktop/specparam") # Mac
15-
#setwd("C:/Users/bdo12/Desktop/specparam") # Windows
13+
setwd(".././Data")
1614
1715
data <- read.csv("eop.csv", header= TRUE)
1816
PSDs <- read.csv("eopPSDs.csv", header= TRUE)

R/04-R_ExampleAnalysis.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Analyses for the illustrative example are based on the eyes-closed condition of
1414
## **1.** Prepare data
1515
### Load data
1616
```{r}
17-
setwd("~/Desktop/specparam")
17+
setwd(".././Data")
1818
1919
data <- read.csv("ecl.csv", header= TRUE)
2020
PSDs <- read.csv("eclPSDs.csv", header= TRUE)

0 commit comments

Comments
 (0)