R Dataset / Package vcd / Lifeboats
Attachment | Size |
---|---|
dataset-14247.csv | 904 bytes |
Documentation |
---|
On this Picostat.com statistics page, you will find information about the Lifeboats data set which pertains to Lifeboats on the Titanic. The Lifeboats data set is found in the vcd R package. Try to load the Lifeboats data set in R by issuing the following command at the console data("Lifeboats"). This may load the data into a variable called Lifeboats. If R says the Lifeboats data set is not found, you can try installing the package by issuing this command install.packages("vcd") and then attempt to reload the data with library("vcd") followed by data("Lifeboats"). 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 Lifeboats 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 Lifeboats R data set. The size of this file is about 904 bytes. Lifeboats on the TitanicDescriptionData from Mersey (1912) about the 18 (out of 20) lifeboats launched before the sinking of the S. S. Titanic. Usagedata("Lifeboats") FormatA data frame with 18 observations and 8 variables.
SourceM. Friendly (2000), Visualizing Categorical Data: http://euclid.psych.yorku.ca/ftp/sas/vcd/catdata/lifeboat.sas ReferencesL. Mersey (1912), Report on the loss of the “Titanic” (S. S.). Parliamentary command paper 6452. M. Friendly (2000), Visualizing Categorical Data. SAS Institute, Cary, NC. Examplesdata("Lifeboats") attach(Lifeboats) ternaryplot( Lifeboats[,4:6], pch = ifelse(side == "Port", 1, 19), col = ifelse(side == "Port", "red", "blue"), id = ifelse(men / total > 0.1, as.character(boat), NA), prop_size = 2, dimnames_position = "edge", main = "Lifeboats on the Titanic" ) grid_legend(0.8, 0.9, c(1, 19), c("red", "blue"), c("Port", "Starboard"), title = "SIDE") detach(Lifeboats) -- 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 |