This dataset, hippocampus_lesions_df, is a data frame containing measurements of spatial memory scores and percent lesion of the hippocampus from 57 observations.
Usage
data(hippocampus_lesions_df)
Format
A data frame with 57 observations and 2 variables:
- lesion
Numeric vector representing percent lesion of the hippocampus
- memory
Numeric vector representing spatial memory scores
Details
The dataset name has been kept as 'hippocampus_lesions_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.