R Dataset / Package ISLR / Default
Attachment | Size |
---|---|
dataset-63314.csv | 423.51 KB |
Documentation |
---|
On this Picostat.com statistics page, you will find information about the Default data set which pertains to Credit Card Default Data. The Default data set is found in the ISLR R package. Try to load the Default data set in R by issuing the following command at the console data("Default"). This may load the data into a variable called Default. If R says the Default 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("Default"). 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 Default 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 Default R data set. The size of this file is about 433,674 bytes. Credit Card Default DataDescriptionA simulated data set containing information on ten thousand customers. The aim here is to predict which customers will default on their credit card debt. UsageDefault FormatA data frame with 10000 observations on the following 4 variables.
SourceSimulated data 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(Default) glm(default~student+balance+income,family="binomial",data=Default) -- 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 wooldridge / driving | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package ISLR / College | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package Ecdat / Bwages | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package cluster / animals | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package Ecdat / Clothing | March 9, 2018 - 1:06 PM | Dataset |