|
Size: 272
Comment:
|
Size: 2292
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 1: | Line 1: |
| = How do I read R syntax code into a R session? = | = How do I read R syntax code into a R session and obtain primers on other issues to get started with R? = |
| Line 3: | Line 3: |
| You can store R code including function definitions in an ordinary text file and copy and paste into s R session. This means you retain a R program archive which can be easily adapted and quickly run in any R session. | 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__ * Are You Ready for R? Open Source Software for Institutional Research [http://tegr.it/y/aq8 is here] * Background Information About R is [http://tegr.it/y/azw here.] * Orientation of This Training Session is [http://tegr.it/y/azu here.] * Download R details are [http://tegr.it/y/azs here.] * Exposure to the R Interface is illustrated [http://tegr.it/y/azq here.] * Using R in Interactive Mode is explained [http://tegr.it/y/azm here.] * Using R Syntax in a .R Script File is presented [http://tegr.it/y/azk here.] * Importing a .csv Spreadsheet-Type Data File into R is shown [http://tegr.it/y/azi here.] * Organizing the Data is [http://tegr.it/y/azg here.] * Conducting a Visual Data Check can be viewed [http://tegr.it/y/aze here.] * Supplemental R Packages are mentioned [http://tegr.it/y/azc here.] * Summary Descriptive Statistics are shown [http://tegr.it/y/aza here.] * Breakout Descriptive Statistics are [http://tegr.it/y/az8 here.] * Using R for Student's t-Test is [http://tegr.it/y/az4 here.] * Using R for Oneway Analysis of Variance (ANOVA) is [http://tegr.it/y/az2 here.] * Using R for Multivariate Analysis of Variance (MANOVA) is [http://tegr.it/y/az0 here.] * Using R for Correlation and Measures of Association is [http://tegr.it/y/ayy here.] * Preparing to Exit, Save, and Later Retrieve This R Session is shown [http://tegr.it/y/ayw 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
Are You Ready for R? Open Source Software for Institutional Research [http://tegr.it/y/aq8 is here]
Background Information About R is [http://tegr.it/y/azw here.]
Orientation of This Training Session is [http://tegr.it/y/azu here.]
Download R details are [http://tegr.it/y/azs here.]
Exposure to the R Interface is illustrated [http://tegr.it/y/azq here.]
Using R in Interactive Mode is explained [http://tegr.it/y/azm here.]
Using R Syntax in a .R Script File is presented [http://tegr.it/y/azk here.]
Importing a .csv Spreadsheet-Type Data File into R is shown [http://tegr.it/y/azi here.]
Organizing the Data is [http://tegr.it/y/azg here.]
Conducting a Visual Data Check can be viewed [http://tegr.it/y/aze here.]
Supplemental R Packages are mentioned [http://tegr.it/y/azc here.]
Summary Descriptive Statistics are shown [http://tegr.it/y/aza here.]
Breakout Descriptive Statistics are [http://tegr.it/y/az8 here.]
Using R for Student's t-Test is [http://tegr.it/y/az4 here.]
Using R for Oneway Analysis of Variance (ANOVA) is [http://tegr.it/y/az2 here.]
Using R for Multivariate Analysis of Variance (MANOVA) is [http://tegr.it/y/az0 here.]
- Using R for Correlation and Measures of Association is
[http://tegr.it/y/ayy here.]
- Preparing to Exit, Save, and Later Retrieve This R Session is shown
[http://tegr.it/y/ayw here.]
Demonstrating Batch Processing with a Script File is [http://tegr.it/y/ayu here.]
