| brainvolume_df | R Documentation |
This dataset, brainvolume_df, is a data frame containing 83 empirical studies included in the meta-analysis by Pietschnig, Penke, Wicherts, Zeiler, and Voracek (2015), which examined the association between human brain volume and intelligence as measured by full-scale IQ. The dataset includes study identifiers, publication year, correlation coefficients, Fisher’s z-transformed values, standard errors, sample sizes, sex composition, and mean participant age. These data provide a comprehensive resource for investigating population-level relationships between brain volume and cognitive ability.
data(brainvolume_df)
A data frame with 83 observations and 8 variables:
Study identifier (character)
Year of publication (integer)
Correlation coefficient between brain volume and intelligence (numeric)
Fisher’s z-transformed correlation (numeric)
Standard error of the Fisher’s z value (numeric)
Sample size (integer)
Sex composition of the sample (factor with 4 levels)
Mean age of participants (numeric)
The dataset name has been kept as brainvolume_df to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the NeuroDataSets package and assists users in identifying its specific characteristics. The suffix df indicates that the dataset is a data frame. The original content has not been modified in any way.
Data taken from the metaviz package version 0.3.1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.