R Dataset / Package boot / dogs
On this R-data statistics page, you will find information about the dogs data set which pertains to Cardiac Data for Domestic Dogs . The dogs data set is found in the boot R package. You can load the dogs data set in R by issuing the following command at the console data("dogs"). This will load the data into a variable called dogs. If R says the dogs data set is not found, you can try installing the package by issuing this command install.packages("boot") 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 dogs R data set. The size of this file is about 56 bytes.
Cardiac Data for Domestic Dogs
Description
The dogs
data frame has 7 rows and 2 columns.
Data on the cardiac oxygen consumption and left ventricular pressure were gathered on 7 domestic dogs.
Usage
dogs
Format
This data frame contains the following columns:
- mvo
-
Cardiac Oxygen Consumption
- lvp
-
Left Ventricular Pressure
References
Davison, A. C. and Hinkley, D. V. (1997) Bootstrap Methods and Their Application. Cambridge University Press.
Dataset imported from https://www.r-project.org.