Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nlichti authored Jan 28, 2026
1 parent 0a552bc commit e74600d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ There are two source code files:
```
install.packages(c("dplyr", "ggplot2", "gtools", "magrittr", "minpack.lm", "mvtnorm", "openxlsx", "pbapply", "readxl", "stringr"))
```
to install required packages. Optionally, if you wish to use the `buildHyperCube()` function in `fsr_simulation_functions.R`, `"lhs"` should also be included in the list of packages above.
to install required packages. Optionally, if you wish to use the `buildHyperCube()` function then `"lhs"` should also be included in the list of packages above.
6. Next, to run an analysis, call:
```
setwd("~/fsr") # substitute your path here
Expand Down

0 comments on commit e74600d

Please sign in to comment.