blood_brain_barrier_df | R Documentation |
This dataset, blood_brain_barrier_df, is a data frame containing experimental measurements from a rat study investigating sugar-infusion methods for temporary blood-brain barrier disruption. The barrier's protective function was assessed through multiple biological markers.
data(blood_brain_barrier_df)
A data frame with 34 observations and 9 variables:
Integer: Brain tissue measurement (units?)
Integer: Liver tissue measurement (units?)
Numeric: Experimental time measurement (hours)
Factor with 2 levels: Experimental treatment groups
Integer: Observation period (days)
Factor with 2 levels: Animal sex (Male/Female)
Integer: Subject weight (grams)
Numeric: Physiological loss measurement
Integer: Tumor presence indicator (0/1)
The dataset name has been kept as 'blood_brain_barrier_df' 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 'df' indicates that the dataset is a data frame. The original content has not been modified.
Data taken from the Sleuth3 package version 1.0-6. Original reference: Ramsey, F.L. and Schafer, D.W. (2013) The Statistical Sleuth: A Course in Methods of Data Analysis (3rd ed), Cengage Learning.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.