Skip to content
Snippets Groups Projects
Commit 2febb1f0 authored by Ben Anderson's avatar Ben Anderson
Browse files

set up for github pages & re-run to check

parent 94de08e5
Branches
No related tags found
No related merge requests found
Showing
with 1196 additions and 8764 deletions
......@@ -2,7 +2,9 @@
And the various confusions that arise...
* [Latest paper .Rmd](paper/weGotThePowerDraftPaper.Rmd) code (mostly stats & notes, little text)
* Latest draft:
* [.Rmd](paper/weGotThePowerDraftPaper.Rmd) code (mostly stats & notes, little text)
* [.html]() output (as above)
Structured as an [R package](http://r-pkgs.had.co.nz/) for re-producability.
......
# We Got The Power: Analysis for a short paper on statistical power & statistical significance
And the various confusions that arise...
* Latest draft:
* [.Rmd](https://github.com/dataknut/weGotThePower/blob/master/paper/weGotThePower.Rmd) code (mostly stats & notes, little text)
* [.html](weGotThePower.html) output (as above)
This diff is collapsed.
No preview for this file type
File deleted
# knit the .Rmd to an html file in the pages/ directory
library(markdown)
library(bookdown)
library(dkUtils)
myParams$repoLoc <- dkUtils::findParentDirectory("weGotThePower")
rmdFile <- paste0(myParams$repoLoc, "/paper/weGotThePower.Rmd")
rmarkdown::render(input = rmdFile,
output_format = "html_document2",
output_file = paste0(myParams$repoLoc, "/pages/weGotThePower.html")
)
\ No newline at end of file
File moved
This diff is collapsed.
This diff is collapsed.
File deleted
File deleted
File deleted
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment