Skip to content

R learning

5 messages · paragkulkarni11, Nicole Marie Ford, Patrick Burns +2 more

#
these are two great books that helped me significantly.

Verzani, John. 2004. Using R for Introductory Statistics. Chapman & Hall/CRC. (here-
after JV)
Errata: http://wiener.math.csi.cuny.edu/UsingR/Errata/

John Fox and Sanford Weisberg. An R Companion to Applied Regression. Sage Publications, Thousand Oaks, CA, USA, second edition, 2011. ISBN 978-1-4129-7514-8. [ bib | http://socserv.socsci.mcmaster.ca/jfox/Books/Companion/index.html ]


----- Original Message -----
From: "paragkulkarni11" <parag.kulkarni11 at gmail.com>
To: r-help at r-project.org
Sent: Wednesday, May 30, 2012 6:14:52 AM
Subject: [R] R learning

Hi,
What is quickest way to learn R? I am unnecessarily having fear of learning
R.
rgds
Parag Kulkarni
Haridwar,India


--
View this message in context: http://r.789695.n4.nabble.com/R-learning-tp4631814.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help at r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.
#
You have already had one response that
interpreted "learn R" as use R to do
statistics.  I have a rather different
interpretation of "learn R".  An answer
to that interpretation (learn the
mechanics of the language) is:

http://www.burns-stat.com/pages/Tutor/hints_R_begin.html

If you search the web, you are sure to
find several other interpretations as
well.  Pick the ones that suit you.

Pat
On 30/05/2012 12:14, paragkulkarni11 wrote:

  
    
#
If you haven't already look at Introduction to R, please follow this link
"http://cran.r-project.org/doc/manuals/R-intro.pdf". There are several books
which will teach you R, please look at online retailers like Amazon, Ebay
etc., 
Online search for specific task will also to help you to gather knowledge,
what I mean is, search online for "summarize a data table in R" it will
produce a lot of results and you will find different people saying different
ways to get the task done which will help to learn more R coding. Hope this
helps.


Thanks
Arun

--
View this message in context: http://r.789695.n4.nabble.com/R-learning-tp4631814p4631871.html
Sent from the R help mailing list archive at Nabble.com.
#
Learn by solving your own problem.

Break down your [real or toy] problem into solvable subtasks. Find out
how to solve these subtasks using R.

Quick-R is a good reference for task specific information.

http://www.statmethods.net/

On Thu, May 31, 2012 at 5:57 AM, arun.gurubaramurugeshan
<arun.gurubaramurugeshan at autozone.com> wrote: