Displaying 1 result from an estimated 1 matches for "727431".
Did you mean:
27431
2003 May 23
1
library(MASS) in .First() (PR#3085)
Full_Name: Aimee Teo Broman
Version: 1.7.0
OS: Windows XP vers5.1
Submission from: (NULL) (162.129.145.77)
My .First() function contains the command library(MASS) -- when I open R 1.7.0,
I get this error:
Error in get(x, envir, mode, inherits) : variable "biplot" was not found
Error in library(MASS) : package/namespace load failed
If I run library(MASS) outside of the .First()