search for: gilles

Displaying 20 results from an estimated 417 matches for "gilles".

Did you mean: giles
2007 Jul 06
5
Text Mining
Hi everybody, I am a new R user. Is there any package devoted to "text mining" analysis in R ? Thanks Gilles lepape.gilles at neuf.fr
2007 Feb 09
6
syslinux-3.36-pre8 feedback
...eached after this very long time. Noise from floppy head make think floppy wait approximatly one minute between each read. No problem with pxe boot with Intel boot agent v4.19 and e100 and 3.36-pre8 Going back to syslinux-3.20 or 3.35 make the two machines boot normally with syslinux and floppy. Gilles
2005 Jun 14
3
Calling C from Fortran
...art)(void) { GetRNGstate(); } void F77_SUB(rndend)(void) { PutRNGstate(); } double F77_SUB(normrnd)(void) { return norm_rand(); } neither how I should compile it. Could anyone explain how I should compile and link the C and Fortran files above, and call the Fortran subroutine from R. Thanks, Gilles
2008 Jun 27
7
[3.0.28a] Telling XP to save password?
Hello We're successfully running Samba 3.0.28a on a FreeBSD server and sharing files with XP clients. There's only one problem: By default, XP doesn't let the user save the password, so they have to type it every time they reboot. Is there a way to tell XP to remember the password between reboots/sessions? Thank you.
2008 Nov 10
3
ttda and text-mining
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?... Nom : non disponible URL : <https://stat.ethz.ch/pipermail/r-help/attachments/20081110/bf60714f/attachment.pl>
2005 Mar 26
7
Shrinking a ext3 filesystem ?
...What tool do I have to use to shrink a ext3 filesystem ? Also the simple command-line tool "tree" doesn''t look to be included in this release ? Is that the case also for RHEL4 ? If so, I can''t understand why it was removed from the distro :-|. Thanks for your replies. Gilles.
2012 Oct 06
2
Expected number of events, Andersen-Gill model fit via coxph in package survival
Hello, I am interested in producing the expected number of events, in a recurring events setting. I am using the Andersen-Gill model, as fit by the function "coxph" in the package "survival." I need to produce expected numbers of events for a cohort, cumulatively, at several fixed times. My ultimate goal is: To fit an AG model to a reference sample, then use that fitted model
2006 Aug 14
3
php include() equivalent
Is there an equivelent ruby function that is similar or exactly the same as the php include() function? I would like to be able to include a header for my RoR web application that refers to a url. Thanks! -Gilles -- Posted via http://www.ruby-forum.com/.
2006 Jul 24
2
Samba connections issues (3.0.23 on Solaris 8 with NIS+)
...e that we are connected to the share, but we are unable to browse it or view it via Windows XP clients. We ran truss on one of the process and from this, we seem to have an error in the chdir attempt. We have no problem accessing the share/directory from the UNIX side. Anyone have a suggestion? Gilles Gilles A. Vautour Senior UNIX Technical Specialist / Technicien sp?cialis? principal en UNIX Informatics Technology Services Division / Division des services de technologie informatique Main Building / Immeuble Principal 3120 10-K Gilles.Vautour@statcan.ca Statistics Canada | 150 Tunney?s Pasture...
2005 Jul 05
1
calling fortran functions CHOL and DPOTRF form Fortran
...ion CHOL The previous combination of R CMD SHLIB and dyn.load compiles fine but I would like to see the source code of this function to check if my call is correct. I've not been able to find it in the R source distribution. Could anyone point the place of that file? Thanks in advance, Gilles -- _________________________________________________________________________ Gilles GUILLOT INRA -D?partement Math?matiques et Informatique Appliqu?es Unit? Mixte de Recherche INRA - INAPG - ENGREF Institut National Agronomique de Paris-Grignon 16, rue Claude Bernard 75231 Paris cedex 5 Franc...
2008 Dec 08
2
Permutation exact test to compare related series
I all, is there a way with R to perform an exact permutation test to replace the wilcoxon test to compare paired series and/or to perform pairwise multiple comparisons for related series after a Friedman test ? Thanks Gilles
2003 Mar 05
2
ip alias question
...modem. my eth0 has an ip alias eth0:1 which should not be limited by tc, but "tc qdisc add dev eth0" seems apply effect to eth0 AND eth0:1 :( Is there any smooth solution to leave eth0:1 in peace ? or do i have to limit effect with "ip src" and "ip dst" ? Regards, Gilles Dégottex _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2006 Jul 10
3
how to access a model from application.rb
Hi All How do I access a model from within the application.rb? What im tying to do is pull some data from a model (news in this case) that must be displayed on each page within the entire application. I know I could drop this into each controller, have each view pull it from the controller, but thats repeating myself... So whats the best way to do this (as I dont think models are visible
2006 Aug 17
2
redirect
Is there a way in RoR to automatically redirect to a different page through some method within the view, not the controller? -Gilles -- Posted via http://www.ruby-forum.com/.
2005 Jun 14
1
Calling C from Fortran
...art)(void) { GetRNGstate(); } void F77_SUB(rndend)(void) { PutRNGstate(); } double F77_SUB(normrnd)(void) { return norm_rand(); } neither how I should compile it. Could anyone explain how I should compile and link the C and Fortran files above, and call the Fortran subroutine from R. Thanks, Gilles
2008 Apr 18
1
Embedding fonts in pdfs
Hi all, I'm having problems embedding fonts in my graphics - and I've tried embedFonts to no avail. I have a pdf file and pdffonts tells me: name type emb sub uni object ID ------------------------------------ ----------------- --- --- --- --------- ZapfDingbats Type 1 no no no 5 0 Helvetica
2012 May 02
2
Dovecot for POP3S proxying
I would like to configure Dovecot for POP3S proxying all users from the Internet to the internal Exchange Mail Server. Dovecot proxy have to authenticate the POP3S user (with ldap database) and redirect to exchange server. Is it possible ? Could you give me a dovecot.conf example file ? Regards
2009 Jun 19
2
Post-Hoc Test for Kruskal-Wallis Rank Sum Test
Hi list, I would like to know if there is a way in R to execute a post-hoc test (factor levels comparison, like Tukey for ANOVA) of a non-parametric analysis of variance (kruskal.test() function object). I was looking for something like the Dunn Test. I’ve searched the internet but nothing seemed to define a way to it. Do You have any suggestion? Other equivalent test maybe! Thanks in
2003 Jun 30
6
make syslinux beep
Hello list Is there any way how I could make syslinux beep when it starts. This could be very usefull feature in the CD (based on knoppix www.knoppix.org ) that I have made for blind people. Cheers MIkko --
2006 Aug 15
3
instance variables in layouts
...corresponds to a view of the same name. Those instance variables in the method can be used in the corresponding view. However, I want my instance variable to be accessible throughout all my views, not just one, without having to set the instance variable in each method. Any solutions? Thanks! -Gilles -- Posted via http://www.ruby-forum.com/.