Читать книгу The Big R-Book - Philippe J. S. De Brouwer - Страница 35

4.1 Getting Started with R

Оглавление

Before we can start, we need a working installation of R on our computer. On Linux, this can be done via the command line. On Debian and its many derivatives such as Ubuntu or Mint, this looks as follows:1

installing R

sudo apt-get install r-base

On Windows or Mac, you want to refer to https://cran.r-project.org and download the right package for your system.

To start R, open the command line and type R (followed by enter). This is the R interpreter (or R console). You can do all your data crunching here. To leave the environment type q() followed by [enter].

The Big R-Book

Подняться наверх