From cbc1c1280b2820d66cfd4eaf94cb6dd664bca10f Mon Sep 17 00:00:00 2001 From: SERDAR BALCI Date: Thu, 10 Sep 2020 21:50:04 +0300 Subject: [PATCH] WIP at: 2020-09-10 21:50:03 --- R/00jmv.R | 20 +++++++++++++++++++- jamovi/00refs.yaml | 27 +++++++++++++++++++++++++++ 2 files changed, 46 insertions(+), 1 deletion(-) diff --git a/R/00jmv.R b/R/00jmv.R index 6b6b5b8..7d3ab36 100644 --- a/R/00jmv.R +++ b/R/00jmv.R @@ -398,4 +398,22 @@ `author`=NULL, `publisher`="Annals of Diagnostic Pathology", `volume`=47, - `url`="https://www.sciencedirect.com/science/article/abs/pii/S1092913420301040")) + `url`="https://www.sciencedirect.com/science/article/abs/pii/S1092913420301040"), + `DiagnosticTests`=list( + `type`="article", + `title`="The Interpretation of SARS-CoV-2 Diagnostic Tests", + `year`=2020, + `author`="Stites EC, Wilen CB.", + `publisher`="Med (N Y).", + `doi`="10.1016/j.medj.2020.08.001", + `url`="https://www.cell.com/med/fulltext/S2666-6340(20)30016-7"), + `dichotomizing`=list( + `type`="article", + `title`="Dichotomizing continuous predictors in multiple regression: a bad idea.", + `year`=2006, + `author`="Royston, P., Altman, D.G. and Sauerbrei, W.", + `publisher`="Statist. Med.", + `volume`=25, + `pages`="127-141", + `doi`="10.1002/sim.2331", + `url`="https://onlinelibrary.wiley.com/doi/abs/10.1002/sim.2331")) diff --git a/jamovi/00refs.yaml b/jamovi/00refs.yaml index 4d6035f..09698b3 100644 --- a/jamovi/00refs.yaml +++ b/jamovi/00refs.yaml @@ -481,4 +481,31 @@ refs: volume: 47 url: https://www.sciencedirect.com/science/article/abs/pii/S1092913420301040 + + DiagnosticTests: + type: 'article' + title: The Interpretation of SARS-CoV-2 Diagnostic Tests + year: 2020 + author: Stites EC, Wilen CB. + publisher: Med (N Y). + doi: 10.1016/j.medj.2020.08.001 + url: https://www.cell.com/med/fulltext/S2666-6340(20)30016-7 + + dichotomizing: + type: 'article' + title: 'Dichotomizing continuous predictors in multiple regression: a bad idea.' + year: 2006 + author: Royston, P., Altman, D.G. and Sauerbrei, W. + publisher: Statist. Med. + volume: 25 + pages: 127-141 + doi: 10.1002/sim.2331 + url: https://onlinelibrary.wiley.com/doi/abs/10.1002/sim.2331 + + + + + + + ...