R Dataset / Package geepack / dietox
Attachment | Size |
---|---|
dataset-30685.csv | 24.22 KB |
Documentation |
---|
On this Picostat.com statistics page, you will find information about the dietox data set which pertains to Growth curves of pigs in a 3x3 factorial experiment. The dietox data set is found in the geepack R package. Try to load the dietox data set in R by issuing the following command at the console data("dietox"). This may load the data into a variable called dietox. If R says the dietox data set is not found, you can try installing the package by issuing this command install.packages("geepack") and then attempt to reload the data with library("geepack") followed by data("dietox"). 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 dietox 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 dietox R data set. The size of this file is about 24,798 bytes. Growth curves of pigs in a 3x3 factorial experimentDescriptionThe Usagedata(dietox) FormatThis data frame contains the following columns:
SourceLauridsen, C., Højsgaard, S.,Sørensen, M.T. C. (1999) Influence of Dietary Rapeseed Oli, Vitamin E, and Copper on Performance and Antioxidant and Oxidative Status of Pigs. J. Anim. Sci.77:906-916 Examplesdata(dietox) dietox$Cu <- as.factor(dietox$Cu) gee01 <- geeglm (Weight ~ Time + Cu + Cu * Time, id =Pig, data = dietox, family=gaussian,corstr="ex")mf <- formula(Weight~Cu*(Time+I(Time^2)+I(Time^3))) gee1 <- geeglm(mf, data=dietox, id=Pig, family=poisson("identity"),corstr="ar1") summary(gee1) anova(gee1) -- 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 - Numerical Summaries | Jan 19, 2023 |
Picostat Output - Boxplot | Jan 19, 2023 |
Title | Authored on | Content type |
---|---|---|
OpenIntro Statistics Dataset - unemploy_pres | August 9, 2020 - 2:38 PM | Dataset |
OpenIntro Statistics Dataset - house | August 9, 2020 - 12:25 PM | Dataset |
R Dataset / Package evir / nidd.annual | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package Stat2Data / WeightLossIncentive4 | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package HSAUR / clouds | March 9, 2018 - 1:06 PM | Dataset |