R Dataset / Package HistData / Dactyl
Attachment | Size |
---|---|
dataset-75441.csv | 851 bytes |
Documentation |
---|
On this Picostat.com statistics page, you will find information about the Dactyl data set which pertains to Edgeworth's counts of dactyls in Virgil's Aeneid. The Dactyl data set is found in the HistData R package. Try to load the Dactyl data set in R by issuing the following command at the console data("Dactyl"). This may load the data into a variable called Dactyl. If R says the Dactyl data set is not found, you can try installing the package by issuing this command install.packages("HistData") and then attempt to reload the data with library("HistData") followed by data("Dactyl"). 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 Dactyl 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 Dactyl R data set. The size of this file is about 851 bytes. Edgeworth's counts of dactyls in Virgil's AeneidDescriptionEdgeworth (1885) took the first 75 lines in Book XI of Virgil's Aeneid and classified each of the first four "feet" of the line as a dactyl (one long syllable followed by two short ones) or not. Grouping the lines in blocks of five gave a 4 x 25 table of counts,
represented here as a data frame with ordered factors, Usagedata(Dactyl) FormatA data frame with 60 observations on the following 3 variables.
SourceStigler, S. (1999) Statistics on the Table Cambridge, MA: Harvard University Press, table 5.1. ReferencesEdgeworth, F. Y. (1885). On methods of ascertaining variations in the rate of births, deaths and marriages. Journal of the [Royal] Statistical Society, 48, 628-649. Examplesdata(Dactyl)# display the basic table xtabs(count ~ Foot+Lines, data=Dactyl)# simple two-way anova anova(dact.lm <- lm(count ~ Foot+Lines, data=Dactyl))# plot the lm-quartet op <- par(mfrow=c(2,2)) plot(dact.lm) par(op)# show table as a simple mosaicplot mosaicplot(xtabs(count ~ Foot+Lines, data=Dactyl), shade=TRUE) -- 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
|
Recent Queries For This Dataset |
---|
No queries made on this dataset yet. |
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 |