Skip to content

Commit

Permalink
shorten first page by one line to fit next section on next page for a…
Browse files Browse the repository at this point in the history
…ctual JOSE rendering
  • Loading branch information
rempsyc committed Sep 28, 2023
1 parent eb41cd2 commit fa27f7d
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion papers/JOSE/paper.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ library(datawizard)

# Summary

Beyond the challenge of keeping up-to-date with current best practices regarding the diagnosis and treatment of outliers, an additional difficulty arises concerning the mathematical implementation of the recommended methods. In this paper, we provide an overview of current recommendations and best practices and demonstrate how they can easily and conveniently be implemented in the R statistical computing software, using the *{performance}* package of the *easystats* ecosystem. We cover univariate, multivariate, and model-based statistical outlier detection methods, their recommended threshold, standard output, and plotting methods. We conclude with recommendations on the handling of outliers: the different theoretical types of outliers, whether to exclude or winsorize them, and the importance of transparency.
Beyond the challenge of keeping up-to-date with current best practices regarding the diagnosis and treatment of outliers, an additional difficulty arises concerning the mathematical implementation of the recommended methods. Here, we provide an overview of current recommendations and best practices and demonstrate how they can easily and conveniently be implemented in the R statistical computing software, using the *{performance}* package of the *easystats* ecosystem. We cover univariate, multivariate, and model-based statistical outlier detection methods, their recommended threshold, standard output, and plotting methods. We conclude by reviewing the different theoretical types of outliers, whether to exclude or winsorize them, and the importance of transparency.

# Statement of Need

Expand Down
16 changes: 8 additions & 8 deletions papers/JOSE/paper.log
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This is XeTeX, Version 3.141592653-2.6-0.999995 (MiKTeX 23.5) (preloaded format=xelatex 2023.5.20) 27 SEP 2023 19:13
This is XeTeX, Version 3.141592653-2.6-0.999995 (MiKTeX 23.5) (preloaded format=xelatex 2023.5.20) 27 SEP 2023 20:12
entering extended mode
restricted \write18 enabled.
%&-line parsing enabled.
Expand Down Expand Up @@ -1268,7 +1268,7 @@ Package fancyhdr Warning: \headheight is too small (62.59596pt):
(fancyhdr) \addtolength{\topmargin}{-1.71957pt}.

LaTeX Font Info: Font shape `TU/lmss/m/it' in size <8> not available
(Font) Font shape `TU/lmss/m/sl' tried instead on input line 387.
(Font) Font shape `TU/lmss/m/sl' tried instead on input line 386.
[1

]
Expand All @@ -1286,15 +1286,15 @@ Package fancyhdr Warning: \headheight is too small (62.59596pt):

[2]
LaTeX Font Info: Font shape `TU/lmtt/bx/n' in size <10> not available
(Font) Font shape `TU/lmtt/b/n' tried instead on input line 458.
(Font) Font shape `TU/lmtt/b/n' tried instead on input line 457.

Overfull \hbox (32.66139pt too wide) in paragraph at lines 474--474
Overfull \hbox (32.66139pt too wide) in paragraph at lines 473--473
[]\TU/lmtt/m/n/10 #> ----------------------------------------------------------
-------------------[]
[]


Overfull \hbox (32.66139pt too wide) in paragraph at lines 483--483
Overfull \hbox (32.66139pt too wide) in paragraph at lines 482--482
[]\TU/lmtt/m/n/10 #> ----------------------------------------------------------
-------------------[]
[]
Expand Down Expand Up @@ -1366,19 +1366,19 @@ Package fancyhdr Warning: \headheight is too small (62.59596pt):
(fancyhdr) \addtolength{\topmargin}{-1.71957pt}.

[7]
Underfull \hbox (badness 1584) in paragraph at lines 919--925
Underfull \hbox (badness 1584) in paragraph at lines 918--924
[]\TU/lmr/m/n/10 Simmons, J. P., Nelson, L. D., & Simonsohn, U. (2011). False-p
ositive psy-
[]


Underfull \hbox (badness 3049) in paragraph at lines 919--925
Underfull \hbox (badness 3049) in paragraph at lines 918--924
\TU/lmr/m/n/10 chology: Undisclosed flexibility in data collection and analysis
allows pre-
[]


Underfull \hbox (badness 3735) in paragraph at lines 919--925
Underfull \hbox (badness 3735) in paragraph at lines 918--924
\TU/lmr/m/n/10 senting anything as significant. \TU/lmr/m/it/10 Psychological S
cience\TU/lmr/m/n/10 , \TU/lmr/m/it/10 22\TU/lmr/m/n/10 (11), 1359–1366.
[]
Expand Down
2 changes: 1 addition & 1 deletion papers/JOSE/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ csl: apa.csl

# Summary

Beyond the challenge of keeping up-to-date with current best practices regarding the diagnosis and treatment of outliers, an additional difficulty arises concerning the mathematical implementation of the recommended methods. In this paper, we provide an overview of current recommendations and best practices and demonstrate how they can easily and conveniently be implemented in the R statistical computing software, using the *{performance}* package of the *easystats* ecosystem. We cover univariate, multivariate, and model-based statistical outlier detection methods, their recommended threshold, standard output, and plotting methods. We conclude with recommendations on the handling of outliers: the different theoretical types of outliers, whether to exclude or winsorize them, and the importance of transparency.
Beyond the challenge of keeping up-to-date with current best practices regarding the diagnosis and treatment of outliers, an additional difficulty arises concerning the mathematical implementation of the recommended methods. Here, we provide an overview of current recommendations and best practices and demonstrate how they can easily and conveniently be implemented in the R statistical computing software, using the *{performance}* package of the *easystats* ecosystem. We cover univariate, multivariate, and model-based statistical outlier detection methods, their recommended threshold, standard output, and plotting methods. We conclude by reviewing the different theoretical types of outliers, whether to exclude or winsorize them, and the importance of transparency.

# Statement of Need

Expand Down
Binary file modified papers/JOSE/paper.pdf
Binary file not shown.
Binary file modified papers/JOSE/paper_files/figure-latex/model-1.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion vignettes/check_outliers.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ if (can_evaluate) {
# Summary

Beyond the challenge of keeping up-to-date with current best practices regarding the diagnosis and treatment of outliers, an additional difficulty arises concerning the mathematical implementation of the recommended methods. In this paper, we provide an overview of current recommendations and best practices and demonstrate how they can easily and conveniently be implemented in the R statistical computing software, using the *{performance}* package of the *easystats* ecosystem. We cover univariate, multivariate, and model-based statistical outlier detection methods, their recommended threshold, standard output, and plotting methods. We conclude with recommendations on the handling of outliers: the different theoretical types of outliers, whether to exclude or winsorize them, and the importance of transparency.
Beyond the challenge of keeping up-to-date with current best practices regarding the diagnosis and treatment of outliers, an additional difficulty arises concerning the mathematical implementation of the recommended methods. In this vignette, we provide an overview of current recommendations and best practices and demonstrate how they can easily and conveniently be implemented in the R statistical computing software, using the *{performance}* package of the *easystats* ecosystem. We cover univariate, multivariate, and model-based statistical outlier detection methods, their recommended threshold, standard output, and plotting methods. We conclude with recommendations on the handling of outliers: the different theoretical types of outliers, whether to exclude or winsorize them, and the importance of transparency.

# Statement of Need

Expand Down

0 comments on commit fa27f7d

Please sign in to comment.