Skip to content

Commit

Permalink
29092023
Browse files Browse the repository at this point in the history
  • Loading branch information
pablobernabeu committed Sep 29, 2023
1 parent dbf02bf commit 5dcc7e7
Show file tree
Hide file tree
Showing 48 changed files with 1,374 additions and 282 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion .Rproj.user/093035E2/pcs/files-pane.pper
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"ascending": true
}
],
"path": "~/OSF/osf.io-ueryq"
"path": "~/OSF/osf.io-ueryq/semanticdecision/bayesian_analysis/prior_predictive_checks"
}
2 changes: 1 addition & 1 deletion .Rproj.user/093035E2/pcs/source-pane.pper
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"activeTab": 0
"activeTab": 3
}
8 changes: 4 additions & 4 deletions .Rproj.user/093035E2/pcs/windowlayoutstate.pper
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"left": {
"splitterpos": 352,
"splitterpos": 349,
"topwindowstate": "NORMAL",
"panelheight": 753,
"windowheight": 791
},
"right": {
"splitterpos": 496,
"splitterpos": 491,
"topwindowstate": "MINIMIZE",
"panelheight": 753,
"windowheight": 791
"panelheight": 746,
"windowheight": 784
}
}
2 changes: 1 addition & 1 deletion .Rproj.user/093035E2/pcs/workbench-pane.pper
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"TabSet1": 0,
"TabSet2": 2,
"TabSet2": 0,
"TabZoom": {}
}
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"id": "8F77B1E5",
"id": "0570DCB7",
"path": "~/OSF/osf.io-ueryq/semanticdecision/data/semanticdecision_data_preparation.R",
"project_path": "semanticdecision/data/semanticdecision_data_preparation.R",
"type": "r_source",
"hash": "2995174295",
"hash": "1189803748",
"contents": "",
"dirty": false,
"created": 1694859762818.0,
"created": 1695467453027.0,
"source_on_save": false,
"relative_order": 1,
"properties": {
"source_window_id": "",
"Source": "Source",
"cursorPosition": "376,0",
"scrollLine": "367"
"cursorPosition": "452,28",
"scrollLine": "0"
},
"folds": "",
"lastKnownWriteTime": 1694865330,
"lastKnownWriteTime": 1695480549,
"encoding": "UTF-8",
"collab_server": "",
"source_window": "",
"last_content_update": 1694865330336,
"last_content_update": 1695480549500,
"read_only": false,
"read_only_alternatives": []
}
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ str(semanticdecision)
# z-scored visual modality rating: z_visual_rating


#######################################################################################################
#################################################################################################

# Remove NAs, necessary because the power analysis that is to be conducted using the 'simr'
# package requires NA-free data (see https://github.com/pitakakariki/simr/issues/204).
Expand All @@ -372,7 +372,7 @@ semanticdecision = na.omit(semanticdecision)

str(semanticdecision)

#######################################################################################################
#################################################################################################


# Trim RTs to 3 standard deviations within participants and within trial blocks, as done in the
Expand Down
34 changes: 0 additions & 34 deletions .Rproj.user/093035E2/sources/per/t/57FFD33F

This file was deleted.

Empty file.
28 changes: 0 additions & 28 deletions .Rproj.user/093035E2/sources/per/t/5817C959

This file was deleted.

Empty file.
26 changes: 26 additions & 0 deletions .Rproj.user/093035E2/sources/per/t/585078C6
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"id": "585078C6",
"path": "~/OSF/osf.io-ueryq/lexicaldecision/data/lexicaldecision_data_preparation.R",
"project_path": "lexicaldecision/data/lexicaldecision_data_preparation.R",
"type": "r_source",
"hash": "3096869778",
"contents": "",
"dirty": false,
"created": 1695475013885.0,
"source_on_save": false,
"relative_order": 2,
"properties": {
"source_window_id": "",
"Source": "Source",
"cursorPosition": "351,0",
"scrollLine": "0"
},
"folds": "",
"lastKnownWriteTime": 1695477037,
"encoding": "UTF-8",
"collab_server": "",
"source_window": "",
"last_content_update": 1695477037702,
"read_only": false,
"read_only_alternatives": []
}
Loading

0 comments on commit 5dcc7e7

Please sign in to comment.