R Dataset / Package cluster / pluton
Attachment | Size |
---|---|
dataset-26544.csv | 1.16 KB |
Documentation |
---|
On this Picostat.com statistics page, you will find information about the pluton data set which pertains to Isotopic Composition Plutonium Batches. The pluton data set is found in the cluster R package. Try to load the pluton data set in R by issuing the following command at the console data("pluton"). This may load the data into a variable called pluton. If R says the pluton 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("pluton"). 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 pluton 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 pluton R data set. The size of this file is about 1,184 bytes. Isotopic Composition Plutonium BatchesDescriptionThe Usagedata(pluton) FormatThis data frame contains the following columns:
DetailsNote that the percentage of plutonium~242 can be computed from the other four percentages, see the examples. In the reference below it is explained why it is very desirable to combine these plutonium patches in three groups of similar size. SourceAvailable as ‘pluton.dat’ from the archive of the University of Antwerpen, ‘..../datasets/clusplot-examples.tar.gz’, no longer available. ReferencesRousseeuw, P.J. and Kaufman, L and Trauwaert, E. (1996) Fuzzy clustering using scatter matrices, Computational Statistics and Data Analysis 23(1), 135–151. Examplesdata(pluton)hist(apply(pluton,1,sum), col = "gray") # between 94% and 100% pu5 <- pluton pu5$Pu242 <- 100 - apply(pluton,1,sum) # the remaining isotope. pairs(pu5) -- 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 MASS / Pima.tr2 | March 9, 2018 - 1:06 PM | Dataset |
OpenIntro Statistics Dataset - ipod | August 9, 2020 - 12:25 PM | Dataset |
R Dataset / Package boot / frets | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package HSAUR / CYGOB1 | March 9, 2018 - 1:06 PM | Dataset |
OpenIntro Statistics Dataset - COL | August 9, 2020 - 2:30 PM | Dataset |