R Dataset / Package datasets / ToothGrowth
Attachment | Size |
---|---|
dataset-16324.csv | 760 bytes |
Documentation | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
On this Picostat.com statistics page, you will find information about the ToothGrowth data set which pertains to The Effect of Vitamin C on Tooth Growth in Guinea Pigs. The ToothGrowth data set is found in the datasets R package. Try to load the ToothGrowth data set in R by issuing the following command at the console data("ToothGrowth"). This may load the data into a variable called ToothGrowth. If R says the ToothGrowth data set is not found, you can try installing the package by issuing this command install.packages("datasets") and then attempt to reload the data with library("datasets") followed by data("ToothGrowth"). Perhaps strangley, if R gives you no output after entering a command, it means the command succeeded. If it succeeded you can see the data by typing ToothGrowth at the command-line which should display the entire dataset. 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 ToothGrowth R data set. The size of this file is about 760 bytes. The Effect of Vitamin C on Tooth Growth in Guinea PigsDescriptionThe response is the length of odontoblasts (cells responsible for
tooth growth) in 60 guinea pigs. Each animal received one of three
dose levels of vitamin C (0.5, 1, and 2 mg/day) by one of two delivery
methods, (orange juice or ascorbic acid (a form of vitamin C and coded
as UsageToothGrowth FormatA data frame with 60 observations on 3 variables.
SourceC. I. Bliss (1952) The Statistics of Bioassay. Academic Press. ReferencesMcNeil, D. R. (1977) Interactive Data Analysis. New York: Wiley. Crampton, E. W. (1947) The growth of the odontoblast of the incisor teeth as a criterion of vitamin C intake of the guinea pig. The Journal of Nutrition 33(5): 491–504. http://jn.nutrition.org/content/33/5/491.full.pdf Examplesrequire(graphics) coplot(len ~ dose | supp, data = ToothGrowth, panel = panel.smooth, xlab = "ToothGrowth data: length vs dose, given type of supplement") -- Dataset imported from https://www.r-project.org. |
Picostat Manual |
---|
How To Register With a Username
How To Register With Google Single Sign On (SSO)
How To Login With a Username and Password
How To Login With Google Single Sign On (SSO)
How To Import a Dataset
How To Perform Statistical Analysis with Picostat
How To Use Educational Applications with Picostat
|
R Output | Date |
---|---|
Picostat Output - Simple Linear Regression | Jan 26, 2023 |
Picostat Output - Pie chart | Jan 26, 2023 |
Picostat Output - Correlation Coefficients | Jan 26, 2023 |
Picostat Output - Bar Plot for One Variable | Jan 26, 2023 |
Title | Authored on | Content type |
---|---|---|
R Dataset / Package COUNT / azprocedure | March 9, 2018 - 1:06 PM | Dataset |
OpenIntro Statistics Dataset - fheights | August 9, 2020 - 12:25 PM | Dataset |
R Dataset / Package datasets / LakeHuron | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package wooldridge / crime1 | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package datasets / faithful | March 9, 2018 - 1:06 PM | Dataset |