Although the software is free to use, a lot of time and effort has been invested in creating it. Therefore, please cite the software if it has been used for data analysis.
To cite R 1
In the Console enter:
citation()
This returns:
To cite R in publications use:
R Core Team (2015). R: A language and environment for statistical
computing. R Foundation for Statistical Computing, Vienna, Austria.
URL http://www.R-project.org/.
A BibTeX entry for LaTeX users is
@Manual{,
title = {R: A Language and Environment for Statistical Computing},
author = {{R Core Team}},
organization = {R Foundation for Statistical Computing},
address = {Vienna, Austria},
year = {2015},
url = {http://www.R-project.org/},
}
We have invested a lot of time and effort in creating R, please cite it
when using it for data analysis. See also ‘citation(“pkgname”)’ for
citing R packages.
To cite JGR 2
In the Console enter:
citation(‘JGR’)
This returns:
To cite package ‘JGR’ in publications use:
Markus Helbig, Simon Urbanek and Ian Fellows (2013). JGR: JGR – Java
GUI for R. R package version 1.7-16.
http://CRAN.R-project.org/package=JGR
A BibTeX entry for LaTeX users is
@Manual{,
title = {JGR: JGR – Java GUI for R},
author = {Markus Helbig and Simon Urbanek and Ian Fellows},
year = {2013},
note = {R package version 1.7-16},
url = {http://CRAN.R-project.org/package=JGR},
}
ATTENTION: This citation information has been auto-generated from the
package DESCRIPTION file and may need manual editing, see
‘help(“citation”)’.
To cite a package:
If a package has been used, this should also be cited. For example the DeducerSurvival 3 package can be cited by entering in the Console:
citation(‘DeducerSurvival’)
This returns:
To cite package ‘DeducerSurvival’ in publications use:
Matthew Ockendon and Paul Cool (2012). DeducerSurvival: Add Survival
Dialogue to Deducer. R package version 0.1-0.
http://CRAN.R-project.org/package=DeducerSurvival
A BibTeX entry for LaTeX users is
@Manual{,
title = {DeducerSurvival: Add Survival Dialogue to Deducer},
author = {Matthew Ockendon and Paul Cool},
year = {2012},
note = {R package version 0.1-0},
url = {http://CRAN.R-project.org/package=DeducerSurvival},
}
ATTENTION: This citation information has been auto-generated from the
package DESCRIPTION file and may need manual editing, see
‘help(“citation”)’.