Skip to content

Data and analysis for supervised/unsupervised phonetic adaptation experiment

License

Notifications You must be signed in to change notification settings

kleinschmidt/phonetic-sup-unsup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phonetic distributional learning data

Installation

library(devtools)
devtools::install_github('kleinschmidt/phonetic-sup-unsup')

Datasets

> data(package='supunsup')

Data sets in packagesupunsup:

excludes                      Subjects excluded from analysis (Experiment 1)
prior_stats                   Some reasonable priors on category means/variances
separatemeans                 Supervised/unsupervised phonetic adaptation (Experiment 2)
separatemeans_assignments     Summary of all Experiment 2 assignments
separatemeans_clean           Data from non-excluded assignments (Expt. 2)
separatemeans_excluded        Data from excluded assignments (Expt. 2)
supunsup                      Supervised/unserupvised phonetic adaptation (Experiment 1)
supunsup_clean                Non-excluded assignments (Expt. 1)
supunsup_excluded             Data from excluded assignments (Expt. 1)

Usage

There are three ways to access datasets:

## direct reference
supunsup::supunsup_clean

## import and direct reference
library(supunsup)
supunsup_clean

## using `data`
data('supunsup_clean', package='supunsup')

About

Data and analysis for supervised/unsupervised phonetic adaptation experiment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages