mirror of
https://github.com/msberends/AMR.git
synced 2025-07-17 15:13:15 +02:00
prerelease 1.8.1
Merge branch 'development' of https://github.com/msberends/AMR into development # Conflicts: # docs/articles/AMR.html # docs/articles/AMR_files/figure-html/disk_plots-1.png # docs/articles/AMR_files/figure-html/disk_plots_mo_ab-1.png # docs/articles/AMR_files/figure-html/mic_plots-1.png # docs/articles/AMR_files/figure-html/mic_plots-2.png # docs/articles/AMR_files/figure-html/mic_plots_mo_ab-1.png # docs/articles/AMR_files/figure-html/mic_plots_mo_ab-2.png # docs/articles/AMR_files/figure-html/plot 1-1.png # docs/articles/AMR_files/figure-html/plot 3-1.png # docs/articles/AMR_files/figure-html/plot 4-1.png # docs/articles/AMR_files/figure-html/plot 5-1.png # docs/articles/EUCAST.html # docs/articles/MDR.html # docs/articles/PCA.html # docs/articles/PCA_files/figure-html/unnamed-chunk-6-1.png # docs/articles/PCA_files/figure-html/unnamed-chunk-7-1.png # docs/articles/SPSS.html # docs/articles/WHONET.html # docs/articles/WHONET_files/figure-html/unnamed-chunk-7-1.png # docs/articles/benchmarks.html # docs/articles/benchmarks_files/figure-html/unnamed-chunk-4-1.png # docs/articles/datasets.html # docs/articles/resistance_predict.html # docs/articles/resistance_predict_files/figure-html/unnamed-chunk-4-1.png # docs/articles/resistance_predict_files/figure-html/unnamed-chunk-5-1.png # docs/articles/resistance_predict_files/figure-html/unnamed-chunk-5-2.png # docs/articles/resistance_predict_files/figure-html/unnamed-chunk-6-1.png # docs/articles/resistance_predict_files/figure-html/unnamed-chunk-7-1.png # docs/articles/welcome_to_AMR.html # docs/news/index.html # docs/pkgdown.yml # docs/reference/AMR-deprecated.html # docs/reference/AMR.html # docs/reference/WHOCC.html # docs/reference/WHONET.html # docs/reference/antibiotics.html # docs/reference/catalogue_of_life.html # docs/reference/catalogue_of_life_version.html # docs/reference/dosage.html # docs/reference/example_isolates.html # docs/reference/example_isolates_unclean.html # docs/reference/g.test.html # docs/reference/intrinsic_resistant.html # docs/reference/microorganisms.codes.html # docs/reference/microorganisms.html # docs/reference/microorganisms.old.html # docs/reference/rsi_translation.html
This commit is contained in:
@ -44,7 +44,11 @@
|
||||
</button>
|
||||
<span class="navbar-brand">
|
||||
<a class="navbar-link" href="../index.html">AMR (for R)</a>
|
||||
<<<<<<< HEAD
|
||||
<span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.8.1</span>
|
||||
=======
|
||||
<span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.8.0.9005</span>
|
||||
>>>>>>> 8c9feea087f568fd4abbdb325140d1d628e6856f
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@ -185,14 +189,18 @@
|
||||
|
||||
|
||||
|
||||
</header><div class="row">
|
||||
</header><script src="SPSS_files/accessible-code-block-0.0.1/empty-anchor.js"></script><div class="row">
|
||||
<div class="col-md-9 contents">
|
||||
<div class="page-header toc-ignore">
|
||||
<h1 data-toc-skip>How to import data from SPSS / SAS / Stata</h1>
|
||||
<h4 data-toc-skip class="author">Dr. Matthijs
|
||||
Berends</h4>
|
||||
|
||||
<<<<<<< HEAD
|
||||
<h4 data-toc-skip class="date">14 March 2022</h4>
|
||||
=======
|
||||
<h4 data-toc-skip class="date">12 March 2022</h4>
|
||||
>>>>>>> 8c9feea087f568fd4abbdb325140d1d628e6856f
|
||||
|
||||
<small class="dont-index">Source: <a href="https://github.com/msberends/AMR/blob/HEAD/vignettes/SPSS.Rmd" class="external-link"><code>vignettes/SPSS.Rmd</code></a></small>
|
||||
<div class="hidden name"><code>SPSS.Rmd</code></div>
|
||||
@ -271,12 +279,16 @@ data using a custom made website. The webdesign knowledge needed
|
||||
</li>
|
||||
<li>
|
||||
<p><strong>R has a huge community.</strong></p>
|
||||
<<<<<<< HEAD
|
||||
<p>Many R users just ask questions on websites like <a href="https://stackoverflow.com" class="external-link">StackOverflow.com</a>, the largest
|
||||
online community for programmers. At the time of writing, <a href="https://stackoverflow.com/questions/tagged/r?sort=votes" class="external-link">439,954
|
||||
R-related questions</a> have already been asked on this platform (that
|
||||
covers questions and answers for any programming language). In my own
|
||||
experience, most questions are answered within a couple of
|
||||
minutes.</p>
|
||||
=======
|
||||
<p>Many R users just ask questions on websites like <a href="https://stackoverflow.com" class="external-link">StackOverflow.com</a>, the largest online community for programmers. At the time of writing, <a href="https://stackoverflow.com/questions/tagged/r?sort=votes" class="external-link">439,030 R-related questions</a> have already been asked on this platform (that covers questions and answers for any programming language). In my own experience, most questions are answered within a couple of minutes.</p>
|
||||
>>>>>>> 8c9feea087f568fd4abbdb325140d1d628e6856f
|
||||
</li>
|
||||
<li>
|
||||
<p><strong>R understands any data type, including
|
||||
@ -314,6 +326,7 @@ much PR as they want (like I do here), because nobody is officially
|
||||
associated with or affiliated by R. It is really free.</p>
|
||||
</li>
|
||||
<li>
|
||||
<<<<<<< HEAD
|
||||
<p><strong>R is (nowadays) the preferred analysis software in
|
||||
academic papers.</strong></p>
|
||||
<p>At present, R is among the world most powerful statistical languages,
|
||||
@ -333,6 +346,11 @@ restyled completely</a> by volunteers who are dedicated professionals in
|
||||
the field of data science. SPSS was great when there was nothing else
|
||||
that could compete. But now in 2022, I don’t see any reason why SPSS
|
||||
would be of any better use than R.</p>
|
||||
=======
|
||||
<p><strong>R is (nowadays) the preferred analysis software in academic papers.</strong></p>
|
||||
<p>At present, R is among the world most powerful statistical languages, and it is generally very popular in science (Bollmann <em>et al.</em>, 2017). For all the above reasons, the number of references to R as an analysis method in academic papers <a href="https://r4stats.com/2014/08/20/r-passes-spss-in-scholarly-use-stata-growing-rapidly/" class="external-link">is rising continuously</a> and has even surpassed SPSS for academic use (Muenchen, 2014).</p>
|
||||
<p>I believe that the thing with SPSS is, that it has always had a great user interface which is very easy to learn and use. Back when they developed it, they had very little competition, let alone from R. R didn’t even had a professional user interface until the last decade (called RStudio, see below). How people used R between the nineties and 2010 is almost completely incomparable to how R is being used now. The language itself <a href="https://www.tidyverse.org/packages/" class="external-link">has been restyled completely</a> by volunteers who are dedicated professionals in the field of data science. SPSS was great when there was nothing else that could compete. But now in 2022, I don’t see any reason why SPSS would be of any better use than R.</p>
|
||||
>>>>>>> 8c9feea087f568fd4abbdb325140d1d628e6856f
|
||||
</li>
|
||||
</ul>
|
||||
<p>To demonstrate the first point:</p>
|
||||
@ -517,8 +535,12 @@ Erwin E. A. Hassing.</p>
|
||||
|
||||
<div class="pkgdown">
|
||||
<p></p>
|
||||
<<<<<<< HEAD
|
||||
<p>Site built with <a href="https://pkgdown.r-lib.org/" class="external-link">pkgdown</a>
|
||||
2.0.2.</p>
|
||||
=======
|
||||
<p>Site built with <a href="https://pkgdown.r-lib.org/" class="external-link">pkgdown</a> 2.0.2.</p>
|
||||
>>>>>>> 8c9feea087f568fd4abbdb325140d1d628e6856f
|
||||
</div>
|
||||
|
||||
</footer>
|
||||
|
Reference in New Issue
Block a user