s-news
[Top] [All Lists]

Question about MICE library and splus 6.2

To: <s-news@lists.biostat.wustl.edu>
Subject: Question about MICE library and splus 6.2
From: "Dr. Thomas Hardie" <vze2ccy3@verizon.net>
Date: Wed, 22 Jun 2005 21:59:26 -0400
I have tried to load the MICE library as I would any other and have installed as a sub directory as I would any other package but it does not seem to work.  It is not working in either 6.2 or 7.0.  I tried library lib.loc from the root and still no luck.  Got the following. The mice directory is there and unziped.
library(mice, lib.loc = "C:\\mice")
Problem in library(mice, lib.loc = "C:\\mice"): No section "mice" in the library directories: C:\mice, C:/PROGRAM FILES/INSIGHTFUL/splus62\library
Use traceback() to see the call stack
> traceback ()
6: eval(action, sys.parent())
5: doErrorAction("Problem in library(mice, lib.loc = \"C:\\\\mice\"): No section \"mice\" in the library directories: C:\\mice, C:/PROGRAM FILES/INSIGHTFUL/splus62\\library", 1000
)
4: stop(paste(sep = "", "No section \"", section, "\" in the library ", ifelse(length(lib.loc) > 1, "directories: ", "directory: "), paste(lib.loc, collapse = ", ")))
3: library(mice, lib.loc = "C:\\mice")
2: eval(_expression_(library(mice, lib.loc = "C:\\mice")))
1:
Message: Problem in library(mice, lib.loc = "C:\\mice"): No section "mice" in the library directories: C:\mice, C:/PROGRAM FILES/INSIGHTFUL/splus62\library
>
Any advice.  Thanks in advance
 
Tom Hardie
<Prev in Thread] Current Thread [Next in Thread>
  • Question about MICE library and splus 6.2, Dr. Thomas Hardie <=