Skip to content

Commit

Permalink
after code review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
surabhinath committed Aug 1, 2023
1 parent f47d5db commit 310ed32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ To reproduce the plots from the paper, run
jupyter-lab
```
and open the file `scripts/DescriptiveAnalysis.ipynb`.

On running the file (either in one go or cell by cell), all plots are saved to scripts/plots/ folder and also displayed in the notebook for easier viewing.

To reproduce the model fits from the paper
Expand All @@ -59,9 +60,9 @@ To reproduce the model fits from the paper
setwd('/path/to/Relating_ObjectiveComplexity_SubjectiveComplexity_Beauty_BinaryPixelPatterns/scripts')
source("process.R")
source("MixedEffectsModelling.R")
```
On running the file, all plots are saved to scripts/plots/ folder and tables are saved to model_fits/.
Lines printed on the terminal can largely be ignored.
```



Expand Down

0 comments on commit 310ed32

Please sign in to comment.