ybarba / pa_3

0 stars 0 forks source link

pa_3 #1

Open ybarba opened 6 months ago

ybarba commented 6 months ago

@jvcasillas

jvcasillas commented 6 months ago

Genial, Yhosep. Some comments...

7a. You left out a critical part. What do lines 4-8 do? Why are they important? 7b. There is a lot of code before the loop, 2 sections in fact, that you don't explain at all. 7c. I don't think we are completely understanding the same thing when I say segmenting procedure. Getting the midpoint, for example, is not segmentation. I am referring to how the textgrid separates elements in the recording. Consider how many scripts you used this week vs. last week. Do you recall any differences? What was the general strategy in PA2? What type and how many files did it produce? How is it different from PA3?

Regarding the descriptive statistics (question 10), using group_by(id) doesn't do anything because there is only 1 unique id (you). It would have been much more informative to group by language.

Nice job generating plots. You don't need to use another function call for ggtitle. You can add another argument to labs, e.g., labs(title = "title here"). Works either way! Again, nice job overall.

Task Points Points earned
Create the described RStudio project with the described structure 0.5 0.5
Create stim wav and textgrid files 0.5 0.5
Correctly segment items 1 1
Fix script and extract data 1 1
Respond to script question 1 0.8
Calculate descriptives for F1/F2 centroids and trajectory length 1 1
Plot trajectory length as described 1 1
Plot F1 centroids as described 1 1
Plot F2 centroids as described 1 1
Knit the Quarto markdown README file 1 1
Create pa_3 repo 0.5 0.5
Commit and push to repo, tag me 0.5 0.5
(Bonus) Plot trajectory length in F1/F2 vowel space +1 0
(Bonus) Plot spectral centroids in F1/F2 vowel space +.25 0
Total 10 9.8