(Main): Difference between revisions

From psychmethods
No edit summary
 
No edit summary
Line 1: Line 1:
<strong>MediaWiki has been installed.</strong>
=Notes from the Monthly meetings=


Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software.
==August 7, 2018: Introduction to ggplot (Knut Helge Jensen)==


== Getting started ==
The [https://wiki.uib.no/brug/images/b/ba/Using.ggplot.pdf lecture notes] give an overview how to create figures using ggplot and how to modify and adapt them to your needs (colors, labels, etc.).
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]
 
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]
==June 4, 2018: Introduction to Bayesian statistics with R (Knut Helge Jensen)==
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]
 
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]
The [https://wiki.uib.no/brug/images/4/41/Introduction_to_Bayesian_statistics_with_R.pdf lecture notes] give a short introduction to Bayes theorem, show the principal difference between Bayesian and frequentist statistical inference, and give an example of how to perform Bayesian analysis in R through the brms-package. This package allows the user to benefit from the merits of STAN only by using simple, lme4-like formula syntax.
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]
 
We also spoke about the "Monty Hall" problem (where a game show participant can win a car after having received additional information). This can be understood as a Bayesian problem. There is a good [https://www.youtube.com/watch?v=ugbWqWCcxrg video-lecture] about the game show problem both with a Bayesian and a more intuitive solution to the question.
 
==May 22, 2018: R procedures for meta analysis (Helge Molde)==
 
 
==March 1, 2018: Topic Modelling and the tm package (Rüdiger Pfister)==
 
 
==February 8, 2018: Text analysis - the tidytext package (Torbjørn Torsheim)==
 
The main topic this time is text analysis. The tidytext package which nicely builds on the tidyverse principles for data management we explored last time will be presented.
 
==December 4, 2017: Data management (Gisela Böhm & Rüdiger Pfister)==
 
=Other sources of help with R=
 
This web page provides a brief introduction regarding the [https://www.psychologicalscience.org/uncategorized/r-time-has-come.html use of R within psychology], including some links providing introductions into several topics (R in general, bootstrapping, Bayes, etc.).\\
 
The department of biostatistics at UiB created [https://biostats.w.uib.no web pages] to help you with getting into using R. The web page includes some tutorials, e.g., how to organize your data using Excel in order to use them in R later.
 
An introduction to the [https://tex.stackexchange.com/questions/25575/how-can-i-use-a-table-generated-by-r-in-latex generation of tables for LaTex in R].

Revision as of 08:16, 24 August 2018

Notes from the Monthly meetings

August 7, 2018: Introduction to ggplot (Knut Helge Jensen)

The lecture notes give an overview how to create figures using ggplot and how to modify and adapt them to your needs (colors, labels, etc.).

June 4, 2018: Introduction to Bayesian statistics with R (Knut Helge Jensen)

The lecture notes give a short introduction to Bayes theorem, show the principal difference between Bayesian and frequentist statistical inference, and give an example of how to perform Bayesian analysis in R through the brms-package. This package allows the user to benefit from the merits of STAN only by using simple, lme4-like formula syntax.

We also spoke about the "Monty Hall" problem (where a game show participant can win a car after having received additional information). This can be understood as a Bayesian problem. There is a good video-lecture about the game show problem both with a Bayesian and a more intuitive solution to the question.

May 22, 2018: R procedures for meta analysis (Helge Molde)

March 1, 2018: Topic Modelling and the tm package (Rüdiger Pfister)

February 8, 2018: Text analysis - the tidytext package (Torbjørn Torsheim)

The main topic this time is text analysis. The tidytext package which nicely builds on the tidyverse principles for data management we explored last time will be presented.

December 4, 2017: Data management (Gisela Böhm & Rüdiger Pfister)

Other sources of help with R

This web page provides a brief introduction regarding the use of R within psychology, including some links providing introductions into several topics (R in general, bootstrapping, Bayes, etc.).\\

The department of biostatistics at UiB created web pages to help you with getting into using R. The web page includes some tutorials, e.g., how to organize your data using Excel in order to use them in R later.

An introduction to the generation of tables for LaTex in R.