search for: rald

Displaying 18 results from an estimated 18 matches for "rald".

Did you mean: raid
2009 Nov 24
1
Encoding problems.
...e a data file containing lots of European characters, French, German, Italian and so on. I can read it ok in R but I can't display the characters correctly. I searched the archives and following professor Ripley's advice I read my data the following way: > con <- file("/home/gerald/Vins/ListeVin091123.csv", open = "r", encoding = "UTF-8") > isOpen(con) [1] TRUE > ttt <- read.table(file = con, header = TRUE, sep = ";", quote = "\"'", + dec = ",", # row.names, col.names, +...
2007 Jul 23
3
Scriptaculous blind animation jerky when DIV contains a lot of content
Hi I have set up the following example to illustrates the problem I am having with scriptaculous. http://www.webmaint.com/scriptaculous_demo.html You will notice the animation is very jerky and looks awful in Firefox, and it just about passable in Internet Explorer I presume this is because of the way the browser renders the data in the select boxes. Is there any work around that could create a
2007 Jul 31
1
Data mining tools
...e article but to no avail! Would someone know who published the article and in which journal? By the way, any serious, published comparisons of data mining programs would be welcomed as the company I work for is planning to add a data mining program to our tool box soon. Thanks for any leads, G?rald Jean Conseiller senior en statistiques, Actuariat t?lephone : (418) 835-4900 poste (7639) t?lecopieur : (418) 835-6657 courrier ?lectronique: gerald.jean at dgag.ca "In God we trust, all others must bring data" W. Edwards Deming Le message ci-dessus, ainsi que les d...
2004 Jan 21
0
Summary: Changing workspace from within an R session
...sted 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 the # ".GlobalEnv&quot...
2004 Jan 20
3
Changing workspace from within an R session
...[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 the directory to attach. #--------...
2004 Jan 08
3
Installing R on 64-bit Solaris 2.8 --- follow-up
...on the Solaris machine or by downloading parts of the PC distribution from CRAN. Any pointers in the direction of instructions on how to proceed would be very highly appreciated. By the way, if that could be useful, I also have Cygwin installed on the PC. 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 we trust all others must bring data" W. Edwards Deming
2011 Sep 12
1
Centering lines on barplot centers.
..., max(observed.means[, c("observed", "rebal.old", "rebal.new")]))) axis(side = 4, at = pretty.bar, line = 0, mgp = c(2, 2, 0), las = 2, col.axis = 1, cex.axis = 0.80) Any suggestions??? Thanks in advance, G?rald Jean Conseiller senior en statistiques, VP Actuariat et Solutions d'assurances, Desjardins Groupe d'Assurances G?n?rales t?lephone : (418) 835-4900 poste (7639) t?lecopieur : (418) 835-6657 courrier ?lectronique: gerald.jean at dgag.ca
2004 Jan 07
2
Installing R on 64-bit Solaris 2.8
...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 we trust all others must bring data" W. Edwards Deming
2010 Apr 28
2
Size limitations for model.matrix?
...+ sexeocc + ageocc + napocc + + prof.b2, data = coll.train) dim(ttt) [1] 676379 110 Is there a limit to the size of a matrix and of a data.frame. I know the limit for the length of a vector to be 2^31, but we are very far from that here. Am I missing something? Thanks for any support, G?rald Jean Conseiller senior en statistiques, VP Actuariat et Solutions d'assurances, Desjardins Groupe d'Assurances G?n?rales t?lephone : (418) 835-4900 poste (7639) t?lecopieur : (418) 835-6657 courrier ?lectronique: gerald.jean at dgag.ca "We believe in God, others mu...
2004 Jan 16
0
Summary: Installing the Rcmdr and tcltk
...ely. Once R built successfully installing the "Rcmdr" and it's required libraries was a piece of cake. I still have to learn R, particularly how it is different from Splus, which I have been using for years. Thanks again to all who helped and a special thank you to Brian Ripley, 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 we trust all others must bring data" W. Edwards Deming
2004 Jan 22
0
FW: Réf. : Packages debug and mvbutils
Please use the CRAN versions, not the ftp versions which are now out-of-date. Both packages are on base CRAN now, but may not have propagated to all mirrors yet. (But thanks to Gerald for responding-- I had de-subscribed from R-help.) For anyone using the HANDY package (a Windows-specific package which includes a non-C DLL, so I can't CRAN it): I'll post an updated version on the ftp site later today. Bye Mark Mark Bravington CSIRO (CMIS) PO Box 1538 Castray Esplanade...
2010 Feb 12
0
Execution timing in .First()
...e initialization process, when .First.sys() is run and default packages are loaded, my newly loaded data base ends up at position 7 in the search list, not what I want! Is there any way around that, like delaying the execution of the load as the last action in the initialisation steps? Thanks, G?rald Jean Conseiller senior en statistiques, VP Planification et D?veloppement des March?s, Desjardins Groupe d'Assurances G?n?rales t?lephone : (418) 835-4900 poste (7639) t?lecopieur : (418) 835-6657 courrier ?lectronique: gerald.jean at dgag.ca "In God we trust, all othe...
2010 Feb 05
2
Importing data coming from Splus into R.
...ry solution! I am a long time user of Splus and I am planning to use R more often, mainly due to its wealth of packages and the convenience of installing them. I hope to find a reliable and convivial way of transferring data between the two cousins pieces of software. Thanks for any insights, G?rald Jean Conseiller senior en statistiques, VP Planification et D?veloppement des March?s, Desjardins Groupe d'Assurances G?n?rales t?lephone : (418) 835-4900 poste (7639) t?lecopieur : (418) 835-6657 courrier ?lectronique: gerald.jean at dgag.ca "In God we trust, all othe...
2004 Jan 14
0
Update on: Installing the Rcmdr and tclk package
...with the unique command "stop(Tcl / Tk support blablabla)". I am puzzled, and very frustrated, I have no idea what to look next, not even what to think next! Does the problem lie with the OS, Tcl/Tk, R, me (most likely), something else? Any insights very (extremely) welcome, thanks, 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 we trust all others must bring data" W. Edwards Deming
2010 Mar 31
0
Installing JGR and rJava
...javareconf" was ran. As suggested by the error message I also tried to run: R CMD javareconf -e although it ran without error it didn't help? What are these "configuration variables" and how do we set them? Anyone has and idea on how to fix this? Thanks for your support, G?rald Jean Conseiller senior en statistiques, VP Actuariat et Solutions d'assurances, Desjardins Groupe d'Assurances G?n?rales t?lephone : (418) 835-4900 poste (7639) t?lecopieur : (418) 835-6657 courrier ?lectronique: gerald.jean at dgag.ca "We believe in God, others mu...
2004 Jan 28
1
Large data sets and memory management in R.
...ns.occ[, 'pp20B3']), nrow(qc.b3.sans.occ))), weights = unsb3t1, trace = T, data = qc.b3.sans.occ) After one iteration (45+ minutes) R is trashing through over 10Gb of memory. Thanks for any insights, 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 we trust all others must bring data" W. Edwards Deming
2004 Jan 13
2
Installing the Rcmdr and tclk package
...ot;, the tcltk documentation and the mail archives in the hope of finding out if environment variables needed to be set or if I had missed something else, but I had no luck! Anyone could point me in the right direction as what needs to be done so Tcl and Tk become visible to R? Thank you much, 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 we trust all others must bring data" W. Edwards Deming
2003 Dec 05
5
GUI's for R
...d well over 500 hits. After reading a few tens of those I realized that there existed, after building R, an executable called "Rgui.exe", what is that? is that a GUI version of R or not? can someone set my bearings straight on that issue? Thanks in advance for your valuable comments, 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 we trust all others must bring data" W. Edwards Deming