ability_list | R Documentation |
This dataset, ability_list, is a list containing information about six ability and intelligence tests administered to 112 individuals. The dataset provides a covariance matrix, the means (centers) of the variables, and the number of observations.
data(ability_list)
A list with 3 components:
A covariance matrix (numeric matrix) of dimensions 6x6, representing the relationships between six different tests.
A numeric vector of length 6 containing the mean scores for each of the six tests.
The total number of observations (integer), which is 112.
The dataset name has been kept as 'ability_list' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the educationR package and assists users in identifying its specific characteristics. The suffix 'list' indicates that the dataset is a list object. The original content has not been modified in any way.
Generated for educational purposes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.