Diff for "FAQ/Rin" - CBU statistics Wiki
location: Diff for "FAQ/Rin"
Differences between revisions 6 and 7
Revision 6 as of 2012-01-17 14:47:44
Size: 2292
Editor: PeterWatson
Comment:
Revision 7 as of 2012-01-17 14:48:31
Size: 2288
Editor: PeterWatson
Comment:
Deletions are marked like this. Additions are marked like this.
Line 43: Line 43:
 * Using R for Correlation and Measures of Association is
[http://tegr.it/y/ayy here.]
 * Using R for Correlation and Measures of Association is [http://tegr.it/y/ayy here.]
Line 46: Line 45:
 * Preparing to Exit, Save, and Later Retrieve This R Session is shown
[http://tegr.it/y/ayw here.]
 * Preparing to Exit, Save, and Later Retrieve This R Session is shown [http://tegr.it/y/ayw here.]

How do I read R syntax code into a R session and obtain primers on other issues to get started with R?

You can store R code including function definitions in an ordinary text file and copy and paste into a R session. This means you retain a R program archive which can be easily adapted and quickly run in any R session.

Using source("filename.R") imports R code into R from a file called filename.R which may, for example, contain sets of functions.

For those wishing to get started using R some videos on particular aspects are available for viewing below. These videos have been put together by Dr. Thomas W. MacFarlane of Nova Southeastern University and illustrate and implement the R code for various analyses.

Getting started with R

None: FAQ/Rin (last edited 2013-03-08 10:17:30 by localhost)