Try the following to install the MASS package:
Code:
install.packages("MASS")
After that, the commands library(MASS) and ?bcv will work as expected.
In reply to:
Quote:
Originally Posted by dlparker
Load the MASS library and find the help about bcv command.
> load(MASS)
Error in load(MASS) : object 'MASS' not found
Anyone been able to load the library?
|
Last edited by peter.vanroose; May 3rd, 2018 at 01:50 AM..
|