Quantcast

R learning

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

R learning

paragkulkarni11
Hi,
What is quickest way to learn R? I am unnecessarily having fear of learning R.
rgds
Parag Kulkarni
Haridwar,India
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: R learning

gradstudent
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" <[hidden email]>
To: [hidden email]
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.

______________________________________________
[hidden email] 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.

______________________________________________
[hidden email] 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.
Ph.D. Candidate
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: R learning

Patrick Burns
In reply to this post by paragkulkarni11
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:

> 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.
>
> ______________________________________________
> [hidden email] 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.
>

--
Patrick Burns
[hidden email]
twitter: @portfolioprobe
http://www.portfolioprobe.com/blog
http://www.burns-stat.com
(home of 'Some hints for the R beginner'
and 'The R Inferno')

______________________________________________
[hidden email] 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.
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: R learning

arun.gurubaramurugeshan
In reply to this post by paragkulkarni11
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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: R learning

C.H.
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
<[hidden email]> 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.
>
> ______________________________________________
> [hidden email] 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.

______________________________________________
[hidden email] 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.
Loading...