Читать книгу Probability with R - Jane M. Horgan - Страница 18

1.3 R Documentation

Оглавление

R documentation is available at http://cran.r-project.org/manuals, where you will find the following manuals:

 An Introduction to R gives an introduction to the language and how to use R for doing statistical analysis and graphics;

 The R Language Definition documents the language per se, that is, the objects that it works on, and the details of the expression evaluation process, which are useful to know when programming R functions;

 Writing R Extensions covers how to create your own packages, how to write R help files, and the foreign language (C, C++, Fortran, etc.) interfaces;

 R Data Import/Export describes the import and export facilities available either in R itself or via packages that are available from CRAN;

 R Installation and Administration;

 R Internals is a guide to the internal structures of R and coding standards for the core team working on R itself;

 The R Reference Index contains all help files of the R standard and recommended packages in printable form.

The documentation may be downloaded or browsed. We suggest that you download and obtain a hard copy of An Introduction to R by Venables et al. (2019) Version 3.6.1 (2019-07-05) and access the others as you require.

Probability with R

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