R Dataset / Package lattice / singer
Attachment | Size |
---|---|
dataset-93464.csv | 3.01 KB |
Documentation |
---|
On this Picostat.com statistics page, you will find information about the singer data set which pertains to Heights of New York Choral Society singers . The singer data set is found in the lattice R package. Try to load the singer data set in R by issuing the following command at the console data("singer"). This may load the data into a variable called singer. If R says the singer data set is not found, you can try installing the package by issuing this command install.packages("lattice") and then attempt to reload the data with library("lattice") followed by data("singer"). 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 singer 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 singer R data set. The size of this file is about 3,082 bytes. Heights of New York Choral Society singersDescriptionHeights in inches of the singers in the New York Choral Society in 1979. The data are grouped according to voice part. The vocal range for each voice part increases in pitch according to the following order: Bass 2, Bass 1, Tenor 2, Tenor 1, Alto 2, Alto 1, Soprano 2, Soprano 1. Usagesinger FormatA data frame with 235 observations on the following 2 variables.
Author(s)Documentation contributed by Kevin Wright. SourceChambers, J.M., W. S. Cleveland, B. Kleiner, and P. A. Tukey. (1983). Graphical Methods for Data Analysis. Chapman and Hall, New York. ReferencesCleveland, William S. (1993) Visualizing Data. Hobart Press, Summit, New Jersey. Examples# Separate histogram for each voice part (Figure 1.2 from Cleveland) histogram(~ height | voice.part, data = singer, aspect=1, layout = c(2, 4), nint=15, xlab = "Height (inches)")# Quantile-Quantile plot (Figure 2.11 from Cleveland) qqmath(~ height | voice.part, data=singer, aspect=1, layout=c(2,4), prepanel = prepanel.qqmathline, panel = function(x, ...) { panel.grid() panel.qqmathline(x, ...) panel.qqmath(x, ...) }, xlab = "Unit Normal Quantile", ylab="Height (inches)") -- 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 - Boxplot | Jan 29, 2023 |
Picostat Output - Boxplot | Jan 29, 2023 |
Picostat Output - Boxplot | Jan 29, 2023 |
Picostat Output - Boxplot | Jan 29, 2023 |
Picostat Output - Boxplot | Jan 29, 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 |