Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 558 Bytes

Using R Pacakges.md

File metadata and controls

8 lines (6 loc) · 558 Bytes

Packages

Using and Installing packages

Many packages come with R. To use them in an R session, you need to load the package. For example to load the MASS package which contains functions and datasets that accompany Venables and Ripley, Modern Applied Statistics with S, you use the command:

Installing additional packages

Some packages are not automatically installed when you install R but they need to be downloaded and installed individually. An important example is the 'evd' package that accompanies Fox, Applied Regression.