Skip to content

Commit

Permalink
First draft review response
Browse files Browse the repository at this point in the history
  • Loading branch information
CHJ Hartgerink committed Jan 16, 2017
1 parent 6a11e02 commit 406f2df
Show file tree
Hide file tree
Showing 6 changed files with 661 additions and 0 deletions.
Binary file added submission/Rplots.pdf
Binary file not shown.
6 changes: 6 additions & 0 deletions submission/manuscript.Rnw
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,10 @@ for(j in 1:length(journals)){
iccSS <- Anova(lm(dat$Computed[nsig] ~ dat$Source[nsig]), type="III")
tmp <- log((dat$Computed[nsig] - .05) / (1 - .05)) / ((dat$Computed[nsig] - .05) / (1 - .05))
iccSStmp <- Anova(lm(tmp ~ dat$Source[nsig]), type="III")
@

% Insert table 3
Expand Down Expand Up @@ -678,6 +682,8 @@ Because effect sizes and their distribution typically overestimate population ef
if(!file.exists(sprintf('%sdata/fishRes', run)))
{
fishRes <- FisherMethod(dat$Computed, as.character(dat$Source))
# Uncomment below to rerun with alpha = .10
# fishRes <- FisherMethod(dat$Computed, as.character(dat$Source), alpha = .10)
save(fishRes, file = sprintf('%sdata/fishRes', run))
} else
{
Expand Down
Binary file modified submission/manuscript.pdf
Binary file not shown.
Binary file added submission/review round 1/review-rebuttal.docx
Binary file not shown.
Loading

0 comments on commit 406f2df

Please sign in to comment.