-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* removed scratch folder * Delete wordcount.R * Add renv and snapshot packages * Update README.md * removed reference to recalibration data. Using FangPsychometric package instead * updated references and repo url * added bookdown site * added arm and rstanarm to renv
- Loading branch information
Showing
94 changed files
with
17,581 additions
and
742 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
source("renv/activate.R") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,3 +28,5 @@ _bookdown_files | |
|
||
presentation/*_cache | ||
presentation/*_files | ||
|
||
libs/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
docs/ | ||
_bookdown_files/ | ||
latex/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# Alex Knudson - Masters Thesis | ||
# A Bayesian Multilevel Model for the Psychometric Function using R and Stan | ||
|
||
The HTML version of my thesis can be viewed offline by cloning an earlier version of this repo and opening the docs folder. The folder was removed in the latest commit due to vulnerabilities of JQuery, and me no longer being able to render new versions of the thesis using newer versions of libraries on which my code depends on. I do not have the energy to maintain this code, nor to put in the effort to figure out which versions of libraries would work to keep the code running. In short, learn from my mistake and use `renv` early on to ensure that your projects maintain reproducibility ;D | ||
The PDF version of my thesis can be [found here](https://github.com/adknudson/UNR-Masters-Thesis/blob/v4.0/docs/adknudson-thesis.pdf). | ||
|
||
This thesis is created within an Rproject that uses `renv` to maintain reproducibility. This package also utilizes private research data that can be provided as an R tarball upon request. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.