Skip to content

Commit

Permalink
Fix citations
Browse files Browse the repository at this point in the history
  • Loading branch information
mattansb committed Dec 11, 2020
1 parent 0065daa commit e2ec3b9
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 37 deletions.
80 changes: 44 additions & 36 deletions paper/paper.bib
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@Manual{rcore,
@manual{rcore,
title = {{R}: A Language and Environment for Statistical Computing},
author = {{R Core Team}},
organization = {R Foundation for Statistical Computing},
Expand All @@ -8,12 +8,12 @@ @Manual{rcore
}

@article{steiger2004beyond,
title={Beyond the F test: effect size confidence intervals and tests of close fit in the analysis of variance and contrast analysis.},
title={Beyond the F test: effect size confidence intervals and tests of close fit in the analysis of variance and contrast analysis},
author={Steiger, James H},
journal={Psychological methods},
journal={Psychological Methods},
volume={9},
number={2},
pages={164},
pages={164--182},
year={2004},
publisher={American Psychological Association},
doi = {10.1037/1082-989X.9.2.164}
Expand All @@ -24,23 +24,26 @@ @book{hoffman2015longitudinal
author={Hoffman, Lesa},
year={2015},
publisher={Routledge},
address={New York},
ISBN = {9780415876025}
}

@article{borenstein2009converting,
@inbook{borenstein2009converting,
title={Converting among effect sizes},
author={Borenstein, Michael and Hedges, Larry V and Higgins, JPT and Rothstein, Hannah R},
journal={Introduction to meta-analysis},
pages={45--49},
booktitle={Introduction to meta-analysis},
author={Borenstein, Michael and Hedges, Larry V and Higgins, Julian PT and Rothstein, Hannah R},
year={2009},
publisher={John Wiley \& Sons, Chichester},
chapter={7},
pages={45--49},
publisher={John Wiley \& Sons},
address={Chichester},
doi = {10.1002/9780470743386.ch7}
}

@article{grant2014converting,
title={Converting an odds ratio to a range of plausible relative risks for better communication of research findings},
author={Grant, Robert L},
journal={Bmj},
journal={British Medical Journal},
volume={348},
pages={f7450},
year={2014},
Expand All @@ -49,19 +52,19 @@ @article{grant2014converting
}

@article{olejnik2003generalized,
title={Generalized eta and omega squared statistics: measures of effect size for some common research designs.},
title={Generalized eta and omega squared statistics: measures of effect size for some common research designs},
author={Olejnik, Stephen and Algina, James},
journal={Psychological methods},
journal={Psychological Methods},
volume={8},
number={4},
pages={434},
pages={434--447},
year={2003},
publisher={American Psychological Association},
doi = {10.1037/1082-989X.8.4.434}
}

@article{ludecke2020extracting,
title={Extracting, Computing and Exploring the Parameters of Statistical Models using R},
title={Extracting, computing and exploring the parameters of statistical models using R},
author={L{\"u}decke, Daniel and Ben-Shachar, Mattan S and Patil, Indrajeet and Makowski, Dominique},
journal={Journal of Open Source Software},
volume={5},
Expand All @@ -80,7 +83,7 @@ @article{patil2020ggstatsplot
doi = {10.5281/zenodo.2074621},
}

@Manual{sjoberg2020gtsummary,
@manual{sjoberg2020gtsummary,
title = {gtsummary: Presentation-Ready Data Summary and Analytic Result Tables},
author = {Daniel D. Sjoberg and Michael Curry and Margie Hannum and Karissa Whiting and Emily C. Zabor},
year = {2020},
Expand All @@ -89,7 +92,7 @@ @Manual{sjoberg2020gtsummary
}

@article{luedecke2019insight,
title = {insight: A Unified Interface to Access Information from Model Objects in R.},
title = {insight: A unified interface to access information from model objects in R},
volume = {4},
doi = {10.21105/joss.01412},
number = {38},
Expand Down Expand Up @@ -127,35 +130,37 @@ @book{cohen1988statistical
title={Statistical power analysis for the behavioral sciences, 2nd ed.},
author={Cohen, J},
year={1988},
publisher={New York: Routledge}
publisher={Routledge},
address={New York},
ISBN = {9780805802832}
}

@article{hedges1985statistical,
title={Statistical Methods for Meta-Analysis (Orlando, FL: Academic)},
@book{hedges1985statistical,
title={Statistical methods for meta-analysis},
author={Hedges, L and Olkin, I},
journal={HedgesStatistical Methods for Meta-Analysis1985},
publisher={Academic Press},
address={San Diego},
ISBN={9780080570655},
doi={C2009-0-03396-0},
year={1985}
}

@book{hedges2014statistical,
title={Statistical methods for meta-analysis},
author={Hedges, Larry V and Olkin, Ingram},
year={2014},
publisher={Academic press}
}

@article{bollen1989structural,
title={Structural equations with latent variables Wiley},
@book{bollen1989structural,
title={Structural equations with latent variables},
author={Bollen, Kenneth A},
journal={New York},
year={1989}
publisher={John Wiley \& Sons},
address={New York},
year={1989},
ISBN={9780471011712}
}

@book{cramer1946mathematical,
title={Mathematical Methods of Statistics},
title={Mathematical methods of statistics},
author={Cram{\'e}r, Harald},
year={1946},
publisher={Princeton: Princeton University Press}
publisher={Princeton University Press},
address={Princeton},
ISBN={9781400883868}
}

@article{kelley1935unbiased,
Expand All @@ -164,9 +169,10 @@ @article{kelley1935unbiased
journal={Proceedings of the National Academy of Sciences of the United States of America},
volume={21},
number={9},
pages={554},
pages={554--559},
year={1935},
publisher={National Academy of Sciences}
publisher={National Academy of Sciences},
doi={10.1073/pnas.21.9.554}
}


Expand All @@ -178,5 +184,7 @@ @article{friedman1982simplified
number={2},
pages={521--526},
year={1982},
publisher={Sage Publications Sage CA: Thousand Oaks, CA}
publisher={Sage Publications},
address={Thousand Oaks, CA},
doi={10.1177/001316448204200214}
}
2 changes: 1 addition & 1 deletion paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ In both theoretical and applied research, it is often of interest to assess the

### Standardized Differences

**effectsize** provides functions for estimating the common indices of standardized differences such as Cohen's *d* (`cohens_d()`), Hedge's *g* (`hedges_g()`) for both paired and independent samples [@cohen1988statistical; @hedges1985statistical], and Glass' $\Delta$ (`glass_delta()`) for independent samples with different variances [@hedges2014statistical].
**effectsize** provides functions for estimating the common indices of standardized differences such as Cohen's *d* (`cohens_d()`), Hedge's *g* (`hedges_g()`) for both paired and independent samples [@cohen1988statistical; @hedges1985statistical], and Glass' $\Delta$ (`glass_delta()`) for independent samples with different variances [@hedges1985statistical].

``` r
cohens_d(mpg ~ am, data = mtcars)
Expand Down

0 comments on commit e2ec3b9

Please sign in to comment.