Literaturgenerator

Für die Erstellung des Literaturverzeichnisses verwende ich ZoteroBib und den Wikipedia BibTeX Generator sowie den DOI zo BibTeX Generator.

Für die statistik Sortware R gibt es die library(“bibtex”) Francois (2019). Mit dem Befehl

bibtex::write.bib(
  c('bibtex', 'utils', 'tools'), 
  file='references')
citation("car")  
## 
## To cite the car package in publications use:
## 
##   John Fox and Sanford Weisberg (2019). An {R} Companion to Applied
##   Regression, Third Edition. Thousand Oaks CA: Sage. URL:
##   https://socialsciences.mcmaster.ca/jfox/Books/Companion/
## 
## A BibTeX entry for LaTeX users is
## 
##   @Book{,
##     title = {An {R} Companion to Applied Regression},
##     edition = {Third},
##     author = {John Fox and Sanford Weisberg},
##     year = {2019},
##     publisher = {Sage},
##     address = {Thousand Oaks {CA}},
##     url = {https://socialsciences.mcmaster.ca/jfox/Books/Companion/},
##   }

wird ein BibTeX-File geschrieben.

Weiterer Online-Generator sind CitationMachine (n.d.) und der Literaturgenerator.

Die von mir verwendeten statistischen Methoden basieren vor allem auf den Empfehlungen von Bortz (2006) sowie Sachs (2006). Die Tabellen und Grafiken werden von mir immer mit der Software R R Core Team (2018) im APA-Style Format APA (2009) erstellt. ZoteroBib (n.d.)

Literatur

APA. 2009. Publication Manual of the American Psychological Association, 6th Edition -. Edited by American Psychological Association. Redmond, Washington: Best Sellers.

Bortz, Nicola, Jürgen AND Döring. 2006. Forschungsmethoden Und Evaluation Für Human- Und Sozialwissenschaftler. Berlin Heidelberg New York: Springer-Verlag.

CitationMachine. n.d. “Citation Machine: Modern Language Association 8th Edition Format Citation Generator for Journal Article.” http://www.citationmachine.net/bibtex/cite-a-website.

Francois, Romain. 2019. Bibtex: Bibtex Parser. https://github.com/romainfrancois/bibtex.

R Core Team. 2018. R: A Language and Environment for Statistical Computing. Vienna, Austria: R Foundation for Statistical Computing. https://www.R-project.org/.

Sachs, Lothar. 2006. Angewandte Statistik - Anwendung Statistischer Methode. Berlin Heidelberg New York: Springer-Verlag.

ZoteroBib. n.d. “ZoteroBib.” Accessed February 25, 2019. https://zbib.org/.