R Dataset / Package Stat2Data / Blood1
On this R-data statistics page, you will find information about the Blood1 data set which pertains to Blood1. The Blood1 data set is found in the Stat2Data R package. You can load the Blood1 data set in R by issuing the following command at the console data("Blood1"). This will load the data into a variable called Blood1. If R says the Blood1 data set is not found, you can try installing the package by issuing this command install.packages("Stat2Data") and then attempt to reload the data with the library() command. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the Blood1 R data set. The size of this file is about 4,017 bytes.
Blood1
Description
Systolic blood pressure for a sample of 500 adults
Format
A dataset with 500 observations on the following 3 variables.
SystolicBP | Systolic blood pressure (mm of Hg) |
Smoke | Y =smoker or N =non-smoker |
Overwt | 1 =normal, 2 =overweight, or 3 =obese |
Details
Data on systolic blood pressure, along with smoker status and weight status, for a sample of 500 adults.
Source
Data are part of a larger case study for the 2003 Annual Meeting of the Statistical Society of Canada.http://www.ssc.ca/en/education/archived-case-studies/case-studies-for-t….
Dataset imported from https://www.r-project.org.