Compare RStudio to Researcher Platform

If you work with R to analyze data, you might be familiar with RStudio. RStudio is an integrated development environment (IDE). It includes a console, syntax-highlighting editor that supports direct code execution, as well as tools for plotting, history, debugging, and workspace management. JupyterLab is a web-based interactive development environment for Jupyter notebooks, code, and data. Jupyter Notebooks allow users to run cells of code and view the output in the same place. This section shows a few side by side comparisons of various analyses and outputs in RStudio and the Researcher Platform to illustrate the similarities and differences.

Linear regression

Researcher Platform

RStudio

T-Test

Researcher Platform

RStudio

Create a plot

Researcher Platform

RStudio