$2.99

Details about R Instructor

  • Released
  • Updated
  • iOS Version
  • Age Rating
  • Size
  • Devices
  • Languages

Features

Developer of R Instructor

🙌6
Ratings
🗣❌ unsupported
Your locale
🖼️Download
Icons↘︎

Version History of R Instructor

2.2.1

September 23, 2020

Bug fixes Speed improvements Server fixes Additional content

More

2.2

June 20, 2020

- Brand new design - Added Search feature - Additional content - Improved RStudio web server - Bug fixes

More

2.1.4

August 18, 2017

Rewritten core code. Content additions, improvements and bug fixes.

2.1.3

February 20, 2014

Rebuilt for iOS7 Additions to base plots section: 1. Add a grid 2. Add and modify arrows - change arrow head shape - change arrow head length - change arrow color - change arrow line width - change arrow line type - change arrow head angle 3. New qplot section (requires ggplot2): How to make qplots: - Boxplot - Histogram - Density histogram - Frequency polygon - Line chart - Path plot - Scatter plot - Conditional smoother 4. Modifications to above qplot section: - add color, either specific colour or according to a third variable - add title or change title font size - add facets - adjust line widths and point sizes — there will be a lot more material on ggplot2 coming in the next update —

More

2.1.2

August 14, 2013

- Bug Fixes and code tweaks - Classification and Regression Tree video

2.1.1

July 5, 2013

Bug fixes & visual improvements New Content is listed below. Data summarization: - Transpose function - Reshape function, wide to long datasets - Reshape function, long to wide datasets Statistical tests: - Discriminant function analysis - Redundancy analysis Plotting Section: - Box plot, line style alterations - Box plot, line width alterations - Box plot, plot labels - Box plot, axis labels - Box plot, horizontal and vertical orientations - Box plot, estimate significance of the median - Box plot, whisker length - Box plot, box width (proportional to sample size and relatively to other box plots) - Box plot, remove outliers - Box plot, outlier style - Box plot, outlier size - Box plot, add a box plot to another plot - Box plot, fill color of a box plot's outline - Box plot, fill color of a box plot - Bar plot, beside vs stacked - Bar plot, add bar shading - Bar plot, change the shading angle - Bar plot, set bar width - Bar plot, set bar spacing - Bar plot, add group names - Bar plot, add labels or titles - Bar plot, add a legend - Bar plot, outline color of a bar plot - Bar plot, fill color of a bar plot - Histogram, add shading - Histogram, add bar labels (counts of observations) - Histogram, specify break points - Histogram, specify end points (left or right) - Histogram, add axis and plot titles - Histogram, outline color of a histogram - Histogram, fill color of a histogram - Line Chart, line width - Line Chart, line style - Line Chart, line color - Scatter plot, point outline width (re-done) - Scatter plot, change point shape (re-done) - Scatter plot, alter point size (re-done) - Add or alter text, alignment - Add or alter text, change color - Add or alter text, font - Add or alter text, size - Add or alter text, rotation - Add or alter text, style Consolidated content and improved: - "Add, alter lines or points" - "Add Color to..."

More

2.1

May 22, 2013

- Search algorithm improvements - Visual improvements, especially for the iPad - Optimizations and bug fixes - Check out the new forum ** Significant content expansion coming in the next update **

More

2

December 20, 2012

- R can now be run from your iPhone and iPad (internet connection required) - iOS6 and iPhone 5 compatibility - Bug fixes - Cosmetic improvements - Reduced application size - Modest content expansion

More

1.5

September 2, 2012

***** NOTE ***** You must download this update to ensure all features of R Instructor (including some of the old content) continues to function. ***** iOS updates: General code optimizations and bug fixes. Disabled mute button, the volume controls regulate audio volume. The following videos can now be viewed without an internet connection 1. How to make a histogram 2. Introduction to plotting 3. Linear Correlation 4. Linear Regression 5. One-way ANOVA 6. One-sample T-test 7. Two-sample T-test 8. Paired T-test 9. MANOVA 10. ANCOVA Content expansion - More information and videos on indexing - ANCOVA video and written instructions - An entirely new section on legends - How to exclude redundant data between datasets - More and upgraded visual examples - The apply() function - How to calculate lagged-differences: diff() function - How to convert data structures (matrix to list, list to data frame... etc) - A video on importing data (.csv and .txt files) - Comparison of the test statistics used in MANOVA. - How to use and select colours (Plotting -> Add Colour to… -> Selecting colours) - Three new quick reference guides: 1. Point style guide (all the point styles controlled by pch) 2. Line style guide (all the lines styles controlled by lty) 3. Colour() selector table Please keep the suggestions coming, I'm always happy to incorporate new content into this application… and don't forget to rate this application 5-stars! Rinstructor@gmail.com Enjoy, Shidan

More

1.02

June 22, 2012

- Removed ads - Modest content expansion (streaming video & text) - bug fixes Contact: Rinstructor@gmail.com www.Rinstructor.com

More

Price History of R Instructor

Description of R Instructor

R is a free statistical, visualisation and data manipulation software. Anyone who works with data can benefit from using R but it is hard to learn. Created by scientist and educator Dr Shidan Murphy, R Instructor is a statistical and R reference guide. The application uses plain, non-technical language and over 35 succinct videos to guide new users and reinforce concepts for advanced R users. The number and scope of the videos and content will continue to increase. R Instructor will teach you how to use R, how to make and modify plots and run statistical tests. Each example includes a very brief (and easy to understand!) description of the function or test, any statistical assumptions, how to structure your data in R, the R scripts (code) and, links to other free and online resources. Where appropriate, the Mac, Windows and RStudio versions of the R interface are explained separately. R Instructor also allows you to run RStudio through the web from your iPad or iPhone (Note: This is a public server that requires an internet connection -- do not expect to accomplish serious computing) In addition, R Instructor comes complete with 10 Quick Reference guides and the "Which Test?" feature. The "Which Test?" feature guides you to the correct statistical test after you answer questions related to your data. See a demonstration of R Instructor at, www.Rinstructor.com Use R Instructor to... Run a public web server implementation of RStudio (do not expect serious computing power -- this server is for testing and debugging scripts) Learn R's fundamentals: - R's interface - Create objects - Install libraries\packages - Import and export data and plots - Merge data frames - Exclude redundant data between datasets - Import dates - Create custom functions - Summarize data frames and matrices - Perform calculations - and more... Learn how to make and customize plots: - qplots from ggplot2 - Box plots - Bar plots - Histograms - Line charts - Scatter plots and scatter plot matrices - Add and customize legends - Add custom axis labels - Modify the size, shape and colour of point markers - Add axis titles - Add lines, text or points to an existing plot - Add colour to the plot background, border lines… and just about anything else! Learn these (and more) statistical tests: - One-sample t-test - Two-sample t-test - Paired t-test - Correlation - Rank correlation - Linear regression - Multiple regression - Logistic regression - Log-linear models - F-test - One-way ANOVA - Two-way ANOVA - One-way repeated measures ANOVA - Two-way repeated measures ANOVA - Regression and Classification trees - ANCOVA - MANOVA - Principal Components Analysis - Linear discriminant function analysis - Redundancy analysis - Friedman test - Wilcoxon signed rank test - Kruskal-Wallis test - Chi-square test of independence - Binomial test - Hierarchical clustering - and more… Plus, - Over 35 videos (that's over two hours) - 10 Quick Reference Guides - The "Which test?" feature – An assistant to guide you to the appropriate statistical test
Show less

R Instructor: FAQ

Does R Instructor work on iPads?

Yes, the R Instructor app is compatible with iPads.

Who is behind the development of the R Instructor app?

Shidan Murphy is the developer of the app.

What iOS version is needed to run the R Instructor app?

The app needs iOS 11.0 or later to function properly.

What is the current app rating?

R Instructor has an exceptional rating of 4.8 out of 5, which is a testament to its quality.

What is the main genre of the R Instructor app?

Reference Is The Primary Genre Of The R Instructor App.

What is the latest R Instructor version?

The current version of the R Instructor app is 2.2.1.

When was the last update for R Instructor released?

R Instructor’s most recent update was on October 5, 2024.

When was R Instructor introduced to the market?

The app first launched on February 5, 2023.

What age rating is assigned to R Instructor?

Safe for children to use, no mature themes or inappropriate content.

Which languages does R Instructor support?

R Instructor currently features the following languages: English.

Does R Instructor belong to Apple Arcade's curated library?

Unfortunately, R Instructor is not on Apple Arcade.

Are in-app purchases part of R Instructor?

Unfortunately, in-app purchases are not part of R Instructor.

Is R Instructor tailored for Apple Vision Pro compatibility?

Unfortunately, R Instructor is not tailored for compatibility with Apple Vision Pro.

Are there commercial ads in R Instructor?

No, there are no commercial ads in R Instructor.

Screenshots of R Instructor

R Instructor screenshot #1 for iPhone
R Instructor screenshot #2 for iPhone
R Instructor screenshot #3 for iPhone
R Instructor screenshot #4 for iPhone
R Instructor screenshot #5 for iPhone
R Instructor screenshot #6 for iPhone
iphone
ipad

Alternatives to R Instructor

Reviews of R Instructor

Leave a Review R Instructor
  • RStudio: the best app for R in iPad

    Compared to the other three I bought that are useless, RStudio lets me study my old econometrics, follow nice implementations, get additional packages, and all under the same interface as in Mac. Kudos for RStudio and million thanks to its creator and maintainer Shidan Murphy. Joaquin Gutierrez.
  • Waste of money

    Doesn’t work!!!
  • Great application

    I love the app. Simple interface, quick to the point cheat sheet for everyday analyses and some advanced concepts as well (such as PCA). It has a nice "which test" algorithm. Overall great app.