R Dataset / Package ISLR / Wage
Attachment | Size |
---|---|
dataset-37830.csv | 454.3 KB |
Documentation |
---|
On this Picostat.com statistics page, you will find information about the Wage data set which pertains to Mid-Atlantic Wage Data. The Wage data set is found in the ISLR R package. Try to load the Wage data set in R by issuing the following command at the console data("Wage"). This may load the data into a variable called Wage. If R says the Wage data set is not found, you can try installing the package by issuing this command install.packages("ISLR") and then attempt to reload the data with library("ISLR") followed by data("Wage"). 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 Wage 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 Wage R data set. The size of this file is about 465,200 bytes. Mid-Atlantic Wage DataDescriptionWage and other data for a group of 3000 workers in the Mid-Atlantic region. UsageWage FormatA data frame with 3000 observations on the following 12 variables.
SourceData was manually assembled by Steve Miller, of Open BI (www.openbi.com), from the March 2011 Supplement to Current Population Survey data. http://thedataweb.rm.census.gov/TheDataWeb ReferencesGames, G., Witten, D., Hastie, T., and Tibshirani, R. (2013) An Introduction to Statistical Learning with applications in R, www.StatLearning.com, Springer-Verlag, New York Examplessummary(Wage) lm(wage~year+age,data=Wage) ## maybe str(Wage) ; plot(Wage) ... -- 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 - Simple Linear Regression | May 6, 2020 |
Picostat Output - Arithmetic Mean | May 6, 2020 |
Picostat Output - Simple Linear Regression | May 6, 2020 |
Picostat Output - Bivariate Plot | May 5, 2020 |
Picostat Output - Correlation Coefficients | May 15, 2018 |
Title | Authored on | Content type |
---|---|---|
R Dataset / Package Ecdat / RetSchool | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package HistData / HalleyLifeTable | March 9, 2018 - 1:06 PM | Dataset |
wage1 | August 29, 2020 - 9:33 AM | Dataset |
R Dataset / Package boot / cd4 | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package psych / blot | March 9, 2018 - 1:06 PM | Dataset |