Crit_period#
The age of onset of acquisition and ultimate level of attainment of second language learners in North America and Israel.
From the author: “In second language acquisition research, the critical period hypothesis (cph) holds that the function between learners’ age and their susceptibility to second language input is non-linear. This paper revisits the indistinctness found in the literature with regard to this hypothesis’s scope and predictions.”
Initialization#
library(fosdata)
data <- fosdata::crit_periodAccessing fields#
data <- fosdata::crit_period
aoa <- data$aoa # Just a random field in the datasetInteractive R Sample#
You can use the R editor below to interactively explore the dataset and generate plots. This contains a fully self-contained R environment with fosdata, ggplot2, and dplyr loaded.
LLM instructions#
If using an LLM, you can copy-paste the following instructions to accompany your prompt to inform the model of the fields and their types in the dataset.
LLM Instructions
The fosdata::crit_period dataset containing the following fields:
fields[3]{name,type,values}:
aoa,integer,n/a
gjt,integer,n/a
locale,factor,[Israel,North America]Fields#
| Name | Description | Type | Min | Max | Values |
|---|---|---|---|---|---|
aoa |
age of onset of acquisition of second language. In years. | integer | 4 | 71 | - |
gjt |
grammaticality judgement test. A measure of second language proficiency. | integer | 101 | 198 | - |
locale |
Factor with two levels. “North America” and “Israel” | factor | - | - | Israel, North America |
Source#
Vanhove J (2013) The Critical Period Hypothesis in Second Language Acquisition: A Statistical Critique and a Reanalysis. PLoS ONE 8(7): e69172. https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0069172