Diff for "FAQ/Rin" - CBU statistics Wiki
location: Diff for "FAQ/Rin"
Differences between revisions 3 and 7 (spanning 4 versions)
Revision 3 as of 2012-01-17 14:45:55
Size: 2240
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 11: Line 11:
 * Are You Ready for R? Open Source Software for Institutional Research [is here http://tegr.it/y/aq8]  * Are You Ready for R? Open Source Software for Institutional Research [http://tegr.it/y/aq8 is here]
Line 15: Line 15:
Orientation of This Training Session is [http://tegr.it/y/azu here.]  * Orientation of This Training Session is [http://tegr.it/y/azu here.]
Line 17: Line 17:
Download R details are [http://tegr.it/y/azs here.]  * Download R details are [http://tegr.it/y/azs here.]
Line 19: Line 19:
Exposure to the R Interface is illustrated [http://tegr.it/y/azq here.]  * Exposure to the R Interface is illustrated [http://tegr.it/y/azq here.]
Line 21: Line 21:
Using R in Interactive Mode is explained [http://tegr.it/y/azm here.]  * Using R in Interactive Mode is explained [http://tegr.it/y/azm here.]
Line 23: Line 23:
Using R Syntax in a .R Script File is presented [http://tegr.it/y/azk here.]  * Using R Syntax in a .R Script File is presented [http://tegr.it/y/azk here.]
Line 25: Line 25:
Importing a .csv Spreadsheet-Type Data File into R is shown [http://tegr.it/y/azi here.]  * Importing a .csv Spreadsheet-Type Data File into R is shown [http://tegr.it/y/azi here.]
Line 27: Line 27:
Organizing the Data is [http://tegr.it/y/azg here.]  * Organizing the Data is [http://tegr.it/y/azg here.]
Line 29: Line 29:
Conducting a Visual Data Check can be viewed [http://tegr.it/y/aze here.]  * Conducting a Visual Data Check can be viewed [http://tegr.it/y/aze here.]
Line 31: Line 31:
Supplemental R Packages are mentioned [http://tegr.it/y/azc here.]  * Supplemental R Packages are mentioned [http://tegr.it/y/azc here.]
Line 33: Line 33:
Summary Descriptive Statistics are shown [http://tegr.it/y/aza here.]  * Summary Descriptive Statistics are shown [http://tegr.it/y/aza here.]
Line 35: Line 35:
Breakout Descriptive Statistics are [http://tegr.it/y/az8 here.]  * Breakout Descriptive Statistics are [http://tegr.it/y/az8 here.]
Line 37: Line 37:
Using R for Student's t-Test is [http://tegr.it/y/az4 here.]  * Using R for Student's t-Test is [http://tegr.it/y/az4 here.]
Line 39: Line 39:
Using R for Oneway Analysis of Variance (ANOVA) is [http://tegr.it/y/az2 here.]  * Using R for Oneway Analysis of Variance (ANOVA) is [http://tegr.it/y/az2 here.]
Line 41: Line 41:
Using R for Multivariate Analysis of Variance (MANOVA) is [http://tegr.it/y/az0 here.]  * Using R for Multivariate Analysis of Variance (MANOVA) is [http://tegr.it/y/az0 here.]
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 45: 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.]
Line 48: Line 47:
Demonstrating Batch Processing with a Script File is [http://tegr.it/y/ayu here.]  * Demonstrating Batch Processing with a Script File is [http://tegr.it/y/ayu 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)