Skip to content

Commit da111ac

Browse files
author
Patrick Beukema
authored
Create labhacks.md
1 parent 9560748 commit da111ac

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

labhacks.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,11 @@ rsync -zavr -e ssh --delete --include '*/' --include='*include_these_files.[ext]
5050

5151
* Save your figures in svg, or eps. pngs do not scale well and are impossible to modify.
5252
## Statistical Analysis
53-
* Learn to love Bayesian statistics, if you don't already.
53+
* Learn to love Bayesian statistics, if you don't already.
5454
[This](http://jakevdp.github.io/blog/2014/03/11/frequentism-and-bayesianism-a-practical-intro/) is an introduction on bayesian vs. frequentism written by [Jake Vanderplas](https://staff.washington.edu/jakevdp/), an astrophysicist and python developer.
5555

5656

57-
* Beware of p-values. Read [this](http://ejwagenmakers.com/2007/pValueProblems.pdf) paper for some of the problems with p-values if you are not familiar with the controversy.
58-
57+
* Beware of p-values and null hypothesis significance testing in general. Read [this](http://ejwagenmakers.com/2007/pValueProblems.pdf) paper for some of the problems with p-values if you are not familiar with the controversy. [Here](http://www.stat.columbia.edu/~gelman/research/published/pvalues3.pdf) and [here](http://www.stat.columbia.edu/~gelman/research/published/retropower20.pdf) Andrew Gelman's shed light on what is going wrong
5958

6059
* As soon as possible, understand [bootstraping](https://en.wikipedia.org/wiki/Bootstrapping), [cross-validation](https://en.wikipedia.org/wiki/Cross-validation_(statistics)) and [permutation tests](https://en.wikipedia.org/wiki/Resampling_(statistics)). [Here](https://docs.google.com/presentation/d/11TozBxAaON1eFXeL6aK1USLtJyAbUaHhskcPkI0FLbc/edit#slide=id.g138cbbed1a_0_0 ) are some lecture notes that look at these topics in the context of multivariate pattern analysis in fMRI.
6160

0 commit comments

Comments
 (0)