arjun16 - PowerPoint PPT Presentation

About This Presentation
Title:

arjun16

Description:

This is the website for 2nd edition of “Advanced R”, a book in Chapman & Hall’s R Series. The book is designed primarily for R users who want to improve their programming skills and understanding of the language. It should also be useful for programmers coming to R from other languages, – PowerPoint PPT presentation

Number of Views:3
Slides: 8
Provided by: arjun16

less

Transcript and Presenter's Notes

Title: arjun16


1
ADVANCED R
2
ABOUT ADVANCED R
This is the website for 2nd edition of Advanced
R, a book in Chapman Halls R Series. The
book is designed primarily for R users who want
to improve their programming skills and
understanding of the language. It should also
be useful for programmers coming to R from
If youre looking for the 1st
other languages, as help you to understand
edition, you can find it at
why R works the way it does.
http//adv-r.had.co.nz/.
3
INTRODUCTION
R, at its heart, is a functional language. This
means that it has certain technical properties,
but more importantly that it lends itself to a
style of problem solving centred on functions.
Below Ill give a brief overview of the
technical definition of a functional language,
but in this book I will primarily focus on the
functional style of programming, because I think
it is an extremely good fit to the types of
problem you commonly encounter when doing data
analysis.
4
What are advanced R skills?
  • This course covers advanced topics in R
    programming that are necessary for developing
    powerful, robust, and reusable data science
    tools. Topics covered include functional
    programming in R, robust error handling, object
    oriented programming, profiling and
    benchmarking, debugging, and proper design of
    functions.

5
META-TECHNIQUES
There are two techniques
Adopting a scientific mindset. Is extremely
helpful when learning R. If you dont understand
how something works, develop
Reading source code
Is important because it will help you
write better code. A great place to start
a hypothesis, design some experiments, run
developing this skill is to look at the
them, and record the results. This exercise is
source code of the functions and
extremely useful since if you cant figure
something out and need to get help, you can
easily show others what you tried. Also, when
you learn the right answer, youll be mentally
prepared to update your world view.
packages you use most often. Youll find
things that are worth emulating in your
own code and youll develop a sense of
taste for what makes good R code.
6
ADVANTAGES AND DIS ADVANTAGES
7
THANK YOU!
Learnbay provides data science courses in
Chennai, If you want to learn Advanced R visit
our site https//www.learnbay.co/data-science-cou
rse/data-science- courses-in-chennai/
Write a Comment
User Comments (0)
About PowerShow.com