R Dataset / Package DAAG / cfseal
Attachment | Size |
---|---|
dataset-83809.csv | 1.53 KB |
Documentation |
---|
On this Picostat.com statistics page, you will find information about the cfseal data set which pertains to Cape Fur Seal Data. The cfseal data set is found in the DAAG R package. You can load the cfseal data set in R by issuing the following command at the console data("cfseal"). This will load the data into a variable called cfseal. If R says the cfseal data set is not found, you can try installing the package by issuing this command install.packages("DAAG") and then attempt to reload the data. 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 cfseal R data set. The size of this file is about 1,566 bytes. Cape Fur Seal DataDescriptionThe Usagecfseal FormatThis data frame contains the following columns:
SourceStewardson, C.L., Hemsley, S., Meyer, M.A., Canfield, P.J. and Maindonald, J.H. 1999. Gross and microscopic visceral anatomy of the male Cape fur seal, Arctocephalus pusillus pusillus (Pinnepedia: Otariidae), with reference to organ size and growth. Journal of Anatomy (Cambridge) 195: 235-255. (WWF project ZA-348) Examplesprint("Allometric Growth - Example 5.7")cfseal.lm <- lm(log(heart) ~ log(weight), data=cfseal); summary(cfseal.lm) plot(log(heart) ~ log(weight), data = cfseal, pch=16, xlab = "Heart Weight (g, log scale)", ylab = "Body weight (kg, log scale)", axes=FALSE) heartaxis <- 100*(2^seq(0,3)) bodyaxis <- c(20,40,60,100,180) axis(1, at = log(bodyaxis), lab = bodyaxis) axis(2, at = log(heartaxis), lab = heartaxis) box() abline(cfseal.lm) -- Dataset imported from https://www.r-project.org. |
Recent Queries For This Dataset |
---|
No queries made on this dataset yet. |
Title | Authored on | Content type |
---|---|---|
R Dataset / Package Ecdat / Airq | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package boot / darwin | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package Zelig / homerun | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package DAAG / tinting | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package mediation / student | March 9, 2018 - 1:06 PM | Dataset |