R Dataset / Package cluster / animals
Attachment | Size |
---|---|
dataset-65725.csv | 361 bytes |
Documentation | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
On this Picostat.com statistics page, you will find information about the animals data set which pertains to Attributes of Animals. The animals data set is found in the cluster R package. Try to load the animals data set in R by issuing the following command at the console data("animals"). This may load the data into a variable called animals. If R says the animals data set is not found, you can try installing the package by issuing this command install.packages("cluster") and then attempt to reload the data with library("cluster") followed by data("animals"). 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 animals 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 animals R data set. The size of this file is about 361 bytes. Attributes of AnimalsDescriptionThis data set considers 6 binary attributes for 20 animals. Usagedata(animals) FormatA data frame with 20 observations on 6 variables:
All variables are encoded as 1 = ‘no’, 2 = ‘yes’. DetailsThis dataset is useful for illustrating monothetic (only a single variable is used for each split) hierarchical clustering. SourceLeonard Kaufman and Peter J. Rousseeuw (1990): Finding Groups in Data (pp 297ff). New York: Wiley. Referencessee Struyf, Hubert & Rousseeuw (1996), in Examplesdata(animals) apply(animals,2, table) # simple overviewma <- mona(animals) ma ## Plot similar to Figure 10 in Struyf et al (1996) plot(ma) -- 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 |