R package for running and fitting cross-situational word learning models to data.
To install the latest development version:
# install.packages("devtools")
devtools::install_github("kachergis/XSLmodels")
See what models are available:
models <- show_models()
See what datasets are available:
datasets <- show_datasets()
Get model fits for entire dataset:
group_fit_kachergis <- get_group_model_fit("kachergis")
Get cross-validated (5-fold) model fit:
cross_val_fit_kachergis <- get_crossvalidated_model_fit("kachergis")
For more details, see this vignette.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.