Skip to content

Reference for R

3 messages · Sara Mouro, Johan Sandblom, Iain Gallagher

#
citation()

2006/2/8, Sara Mouro <sara at gmesintra.com>:
--
Johan Sandblom  N8, MRC, Karolinska sjh
t +46851776108  17176 Stockholm
m +46735521477  Sweden
"What is wanted is not the will to believe, but the
will to find out, which is the exact opposite"
- Bertrand Russell
#
Hi Sara.
http://cran.r-project.org/doc/FAQ/R-FAQ.html#Citing-R

2.8 Citing R

To cite R in publications, use

     @Manual{,
       title        = {R: A Language and Environment
for Statistical
                       Computing},
       author       = {{R Development Core Team}},
       organization = {R Foundation for Statistical
Computing},
       address      = {Vienna, Austria},
       year         = 2005,
       note         = {{ISBN} 3-900051-07-0},
       url          = {http://www.R-project.org}
     }

Citation strings (or BibTeX entries) for R and R
packages can also be obtained by citation(). 

Cheers

Iain
--- Sara Mouro <sara at gmesintra.com> wrote: