Lab 5
Sign in to Google to save your progress. Learn more
1. Vowel duration and aspiration effects in Icelandic
This set is based on (Coretta 2017, https://goo.gl/NrfgJm). This dissertation dealt with the relation between vowel duration and aspiration in consonants. Author carried out a data collection with 5 natives speakers of Icelandic. Then he extracted the duration of vowels followed by aspirated versus non-aspirated consonants. Check out whether vowels before aspirated consonants (like in Icelandic takka ‘key’ [tʰaʰka]) are significantly shorter than vowels followed by non-aspirated consonants (like in kagga ‘barrel’ [kʰakka]).

Use read.csv("https://goo.gl/7gIjvK") for downloading data.
1.1 Calculate 95% confidence interval for mean vowel duration (variable vowel.dur) followed by aspirated vowels (variable aspiration) for all speakers (variable speaker). Provide mean vowel duration and confident interval of speaker with minimum confident interval.
e. g. 60.45677 ± 6.793921
1.2 Calculate 95% confidence interval for mean vowel duration (variable vowel.dur) followed by non-aspirated vowels (variable aspiration) for all speakers (variable speaker). Provide mean vowel duration and confident interval of speaker with maximum confident interval.
e. g. 60.45677 ± 6.793921
1.3 Try to create this plot. I used width argument equal to 0.3.
1.4 Try to create this plot. See rugs on x axis. I used alpha argument, so plots are transparant.
1.5 Try to create this plot. Use geom_qq and argument sample. scale = "free" is used in facet_wrap() function.
1.6 Provide t-statistics, df and p-value of t-test for brs02 data.
t = 6.2993, df = 158.09, p-value = 9.434e-12
1.7 Provide t-statistics, df and p-value of t-test for bte03 data.
t = 6.2993, df = 158.09, p-value = 9.434e-12
1.8 Provide t-statistics, df and p-value of t-test for jj04 data.
t = 6.2993, df = 158.09, p-value = 9.434e-12
1.9 Provide t-statistics, df and p-value of t-test for  shg05 data.
t = 6.2993, df = 158.09, p-value = 9.434e-12
1.10 Provide t-statistics, df and p-value of t-test for  tt01 data.
t = 6.2993, df = 158.09, p-value = 9.434e-12
1.11 Provide Cohen's d for  brs02 data.
e. g. 1.04378
1.12 Provide Cohen's d for bte03  data.
e. g. 1.04378
1.13 Provide Cohen's d for jj04  data.
e. g. 1.04378
1.14 Provide Cohen's d for shg05  data.
e. g. 1.04378
1.15 Provide Cohen's d for tt01 data.
e. g. 1.04378
1.16 Calculate pover for t-test of all speakers t-test (separately). Provide minimum value.
e. g. 0.9999995
Submit
Clear form
Never submit passwords through Google Forms.
This content is neither created nor endorsed by Google. Report Abuse - Terms of Service - Privacy Policy