C
C
connor742015-09-01 14:43:32
data mining
connor74, 2015-09-01 14:43:32

Where can I get interesting datasets for training R?

Good evening!
I started learning R. Please tell me where I can get interesting data sets (csv, json, xml, etc.) for learning R (statistics, data mining). All the same, when setting some tasks (albeit to oneself), learning new things is much easier than generating random numbers.
Thanks in advance.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
angru, 2015-09-01
@connor74

google is elementary:
data.gov
kdnuggets.com/datasets/index.html
kaggle.com/competitions

I
Ilya Kashnitsky, 2015-11-18
@ikashnitsky

For the simplest illustrations, there are datasets embedded in R. They are quite diverse and have a wide range of applications. The advantage is that they do not need to be downloaded, uploaded, messed with from anywhere. They just hang in R and wait to be called upon.
To view available datasets, use this code
Usage is simple. for example
summary(lm(mpg~hp, data = mtcars))

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question