search for: actuaria

Displaying 3 results from an estimated 3 matches for "actuaria".

Did you mean: actuarial
2004 Jan 07
2
Installing R on 64-bit Solaris 2.8
...ly a fatal error as the message states? If so what should I do differently? running tests of Internet and socket functions expect some differences running code in 'internet.R' ...*** Error code 1 make: Fatal error: Command failed for target `internet.Rout' Current working directory /actuaria/application/R-1.8.1/tests *** Error code 1 (ignored) Thank you very much for your support, G?rald Jean Analyste-conseil (statistiques), Actuariat t?lephone : (418) 835-4900 poste (7639) t?lecopieur : (418) 835-6657 courrier ?lectronique: gerald.jean at spgdag.ca "In God...
2004 Jan 20
3
Changing workspace from within an R session
...search() [1] ".GlobalEnv" [2] "file:/home/jeg002/splus/GlmExamples/.RData" [3] "package:methods" ... > objects(pos = 2) character(0) The little function, mentioned above, and used in Splus. "chdir" <- function(datadir, default.path = '/actuaria/jeg002/') { # Author : Gerald Jean # Date : May 1999 # Purpose : "newdir" will be attached at position 1, and the S directory, # currently at position 1 will be detached. # Arguments: # datadir : the directory to attach. # default.path : the drive on which resides...
2004 Jan 21
0
Summary: Changing workspace from within an R session
...to my original post. For those interested here is the little function, works like a charm. Note that "options()$Current.Dir" gets setup at startup, note also that the name of all my temp. objects start by "ttt". "chdir" <- function(datadir, default.path = '/actuaria/jeg002/') { # Author : G?rald Jean, based on ideas from different people on the R-users mailing # list. # Date : January 21, 2004 # Purpose : will delete all objects starting with "ttt*" from directory # currently at position 1 in the search path, will save th...