Linguistic Data: Quantitative Analysis and Visualisation: linguistic theory: различия между версиями

Материал из MathINFO
Перейти к навигации Перейти к поиску
(Новая страница: «* Instructors: Ilya Schurov and Olga Lyashevskaya == Materials == {| class="wikitable" |- ! Data !! Topics !! Links |- | Jan 18 || Introduction. Quantitative lin...»)
 
(не показано 10 промежуточных версий этого же участника)
Строка 8: Строка 8:
 
| Jan 18 || Introduction. Quantitative linguistic research and data types. R basics || [https://docs.google.com/presentation/d/1VUIUa3Db5n4dsD_HeA3e-mz55zK8uPrko3yu207pKUk/edit?usp=sharing Intro Slides] [https://github.com/LingData2019/LingData2020/tree/master/seminars/2020-01-18 Lab 01: intro to R]
 
| Jan 18 || Introduction. Quantitative linguistic research and data types. R basics || [https://docs.google.com/presentation/d/1VUIUa3Db5n4dsD_HeA3e-mz55zK8uPrko3yu207pKUk/edit?usp=sharing Intro Slides] [https://github.com/LingData2019/LingData2020/tree/master/seminars/2020-01-18 Lab 01: intro to R]
 
|-
 
|-
| Jan 25 || Hypothesis testing. Binomial test. R: dataframes, tydyverse || [https://github.com/LingData2019/LingData2020/tree/master/seminars/2020-01-25 Lab 02]
+
| Jan 25 || Hypothesis testing. Binomial test. R: dataframes || [https://rpubs.com/ilyaschurov/rdataframes2020theo lab02]
 +
|-
 +
| Feb 1
 +
| Estimating of population mean. Central Limit Theorem
 +
|
 +
|-
 +
| Feb 8
 +
| One sample t-test. Working with dataframes. Selection by condition.
 +
| [https://www.r-bloggers.com/select-operations-on-r-data-frames/ selection by condition], [http://www.instantr.com/2012/12/29/performing-a-one-sample-t-test-in-r/ one sample t-test]
 +
|-
 +
| Feb 15
 +
| Two sample t-test. Usage of <code>t.test</code> to perform two-sample t.test.
 +
| [https://rpubs.com/ilyaschurov/ttest2-2020 notebook]
 +
|}
 +
 
 +
== Homeworks ==
 +
{|class='wikitable'
 +
! id !! links !! due date !! upload link
 +
|-
 +
| HW1
 +
| [https://github.com/LingData2019/LingData2020/blob/master/hw/LingData-HW1-theo.Rmd Rmd], [https://github.com/LingData2019/LingData2020/blob/master/hw/LingData-HW1-theo.pdf pdf]
 +
| Feb. 9, 23:59:59
 +
| [https://www.dropbox.com/request/hblqeftXqVpJLj0miQwd here]
 +
|-
 +
| HW2
 +
| [https://github.com/LingData2019/LingData2020/blob/master/hw/LingData-HW2-theo.Rmd Rmd], [https://github.com/LingData2019/LingData2020/blob/master/hw/hw-pdf/LingData-HW2-theo.pdf pdf]
 +
| Feb. 24, 23:59:59
 +
| [https://www.dropbox.com/request/TTMCHN0AOZ1MONaPjuav here]
 
|}
 
|}
  
Строка 23: Строка 50:
  
 
For successful submission of assignments you should be able to create and save R code files (.R) and RMarkdown files (.Rmd).
 
For successful submission of assignments you should be able to create and save R code files (.R) and RMarkdown files (.Rmd).
 +
 +
== References ==
 +
* Gries, Stefan (2013). Statistics for Linguistics with R : A Practical Introduction (Vol. 2nd revised edition). Berlin: De Gruyter Mouton. [http://search.ebscohost.com/login.aspx?direct=true&site=eds-live&db=edsebk&AN=604318 HSE library link]
 +
* Levshina, Natalia (2015). How to Do Linguistics with R : Data Exploration and Statistical Analysis. Amsterdam: John Benjamins Publishing Company. [http://search.ebscohost.com/login.aspx?direct=true&site=eds-live&db=nlebk&AN=1093048 HSE library link]
 +
* Baayen, Harald (2008). Analyzing Linguistic Data: A practical introduction to statistics. Cambridge UP. [https://msu.edu/course/lin/875/BaayenCUPstats.pdf pdf]

Версия 21:48, 17 февраля 2020

  • Instructors: Ilya Schurov and Olga Lyashevskaya

Materials

Data Topics Links
Jan 18 Introduction. Quantitative linguistic research and data types. R basics Intro Slides Lab 01: intro to R
Jan 25 Hypothesis testing. Binomial test. R: dataframes lab02
Feb 1 Estimating of population mean. Central Limit Theorem
Feb 8 One sample t-test. Working with dataframes. Selection by condition. selection by condition, one sample t-test
Feb 15 Two sample t-test. Usage of t.test to perform two-sample t.test. notebook

Homeworks

id links due date upload link
HW1 Rmd, pdf Feb. 9, 23:59:59 here
HW2 Rmd, pdf Feb. 24, 23:59:59 here

Software

During this course we will use R as a programming language and RStudio as a GUI.

How to install R and RStudio?

1. Download R (you can choose another mirror here if you wish) and install it on your computer. Make sure you did it before installing RStudio.

2. Download RStudio (you need RStudio Desktop Open Source License) and install it on your computer. It is recommended to create a shortcut for RStudio during installation.

It is possible avoid installing anything on your PC, using rstudio.cloud (an online version of RStudio).

For successful submission of assignments you should be able to create and save R code files (.R) and RMarkdown files (.Rmd).

References

  • Gries, Stefan (2013). Statistics for Linguistics with R : A Practical Introduction (Vol. 2nd revised edition). Berlin: De Gruyter Mouton. HSE library link
  • Levshina, Natalia (2015). How to Do Linguistics with R : Data Exploration and Statistical Analysis. Amsterdam: John Benjamins Publishing Company. HSE library link
  • Baayen, Harald (2008). Analyzing Linguistic Data: A practical introduction to statistics. Cambridge UP. pdf