This dataset, ability_intelligence_list, is a list containing psychometric data from six cognitive tests administered to 112 individuals. The list includes a covariance matrix, variable means, and observation count for tests measuring various intellectual abilities.
data(ability_intelligence_list)A list with 3 components:
Numeric matrix [6×6]: Test score covariance matrix
Numeric vector [6]: Variable means
Numeric: Number of observations (112)
The dataset name has been kept as 'ability_intelligence_list' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the NeuroDataSets package. The suffix 'list' indicates that the dataset is a list object. The original content has not been modified.