data
Data
you
You
the
The
to
a
A
and
• Archive: What you'll learnYou will learn the most important tools in R that will allow you to do data scienceYou will learn to install R studioYou will have the tools to tackle a wide variety of data science challenges, using the best parts of R.You will learn to import your data into RYou will learn how to Tidy the data.
• Tidying your data means storing it in a consistent form that matches the semantics of the dataset with the way it is stored.You will learn Visualisation, it is a fundamentally human activity.
• A good visualisation will show you things that you did not expect, or raise new questions about the dataYou will learn Models, they are complementary tools to visualisation.
• Once you have made your questions sufficiently precise, you can use a model to answer them.
• Models are a fundamentally mathematical or computational tool, so they generally scale well.RequirementsYou should be generally numerically literate, and it’s helpful if you have some programming experience already.DescriptionData science is an exciting discipline that allows you to turn raw data into understanding, insight, and knowledge.