Initially please make sure the course_data_dir
and course_data_url
variables are set:
course_data_dir = "./myEMURdata" # change to valid dir path on your system
course_data_url = "http://www.phonetik.uni-muenchen.de/~jmh/lehre/Rdf"
All the Q & A’s are based on the kielread_emuDB
that you can download from this location: http://www.phonetik.uni-muenchen.de/%7Ejmh/lehre/sem/ws1819/emuR/LESSON4/kielread_emuDB.zip After downloading and unpacking the emuDB place it into the course_data_dir
directory.
You will also need the following R packages:
library(emuR)
library(tidyverse) # this includes dplyr and ggplot2
and to load the emuDB:
kiel_db = load_emuDB(file.path(course_data_dir, "kielread_emuDB"))
## INFO: Checking if cache needs update for 1 sessions and 200 bundles ...
## INFO: Performing precheck and calculating checksums (== MD5 sums) for _annot.json files ...
## INFO: Nothing to update!
Please place your answers in the R Markdown code blocks or write the answers next to the A:
# place answer code here
# place answer code here
# place answer code here
# place answer code here
# place answer code here
# place answer code here
# place answer code here
# place answer code here
# place answer code here
# place answer code here
# place answer code here
# place answer code here
Omitted due to time constraints