Wrox Programmer Forums
|
BOOK: Beginning R
This is the forum to discuss the Wrox book Beginning R: The Statistical Programming Language by Mark Gardener; ISBN: 978-1-1181-6430-3
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning R section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 21st, 2018, 04:12 PM
Registered User
 
Join Date: Feb 2018
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Chapter 1 Exercises 3

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?
 
Old May 3rd, 2018, 01:48 AM
Registered User
 
Join Date: Jun 2010
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

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 View Post
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..





Similar Threads
Thread Thread Starter Forum Replies Last Post
Chapter 3 Exercises sapper BOOK: Beginning Object-Oriented Programming with C# 1 January 18th, 2013 04:47 PM
chapter 4 exercises #2-4 clue BOOK Beginning CSS: Cascading Style Sheets for Web Design, 2nd Ed; ISBN: 978-0-470-09697-0 3 March 24th, 2008 10:06 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.