search for: raux

Displaying 17 results from an estimated 17 matches for "raux".

Did you mean: aux
2003 Feb 14
2
RODBC connection failed
...DBC connection failed in: odbcConnect("dBase Files") " I have tried unsuccessfully different working directories. The only change I see is that I am working with a new login account on the same machine. Microsoft ODBC is still here in c:\WINNT\system32. What is wrong? Thanks Charles Raux --------------- Charles RAUX, Laboratoire d'Economie des Transports CNRS-Universit? Lumi?re Lyon 2-ENTPE email : charles.raux at let.ish-lyon.cnrs.fr http://www.ish-lyon.cnrs.fr/let
2000 Aug 28
2
Windows / RODBC / Accented characters
...d Qu. Max. 90 120 160 160 190 250 > summary(Mortalit?) Error: syntax error Is there another solution than changing the names of the fields under Paradox. Or RODBC package should be enhanced to automatically change the accented characters? --------------- Charles RAUX, Laboratoire d'Economie des Transports CNRS-Universit? Lumi?re Lyon 2-ENTPE email : charles.raux at let.ish-lyon.cnrs.fr http://www.ish-lyon.cnrs.fr/let -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik...
2000 Aug 30
1
Memory management
...y occupied by dat$yyy automatically gained by R for other uses? 3) If t1 and t2 are 2 only existing objects in a R session: does t1<-t2 automatically free the space formerly occupied by t1 ? Do I get an exact copy of t2, that is the total memory taken is twice that of t2. --------------- Charles RAUX, Laboratoire d'Economie des Transports CNRS-Universit? Lumi?re Lyon 2-ENTPE email : charles.raux at let.ish-lyon.cnrs.fr http://www.ish-lyon.cnrs.fr/let -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~horni...
2000 Nov 24
1
groupe averages error
...es number 5:13 but I get the error below that I cannot understand. > is.factor(dat$Statut) [1] TRUE > s<-ave(dat[,5:13],dat$Statut) Error in [<-.data.frame(*tmp*, , value = if (n) { : Argument "i" is missing, with no default Thanks in advance --------------- Charles RAUX, Laboratoire d'Economie des Transports CNRS-Universit? Lumi?re Lyon 2-ENTPE email : charles.raux at let.ish-lyon.cnrs.fr http://www.ish-lyon.cnrs.fr/let -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik...
2000 Aug 14
5
Writing a workable function
...unction(mc) { date() mc<-read.csv2("machines.txt",na.strings="") date() } I source it in R and I type tt(). The answer is > tt() [1] "Mon Aug 14 11:18:25 2000" > The instructions following the first "date()" are ignored. Why? --------------- Charles RAUX, Laboratoire d'Economie des Transports CNRS-Universit? Lumi?re Lyon 2-ENTPE email : charles.raux at let.ish-lyon.cnrs.fr http://www.ish-lyon.cnrs.fr/let -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik...
2000 Aug 31
2
Multiv / hierclust / plclust
...entation it is said that plclust (plotting a dendrogram) is available in S-plus. Can I find it anywhere (I have searched through http://lib.stat.cmu.edu/S and found only quotations of plclust in multiv) or is it only part of the S package (which I don't have)? Thanks --------------- Charles RAUX, Laboratoire d'Economie des Transports CNRS-Universit? Lumi?re Lyon 2-ENTPE email : charles.raux at let.ish-lyon.cnrs.fr http://www.ish-lyon.cnrs.fr/let -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik...
2000 Sep 04
2
plot history, libraries, weights
...ow can I have some libraries automatically loaded at R start? 3) As far as I know weights can be specified only for lm. How can I take account of weights with a weighted sample in other models or functions (table but also other multivariate and cluster techniques)? Thanks --------------- Charles RAUX, Laboratoire d'Economie des Transports CNRS-Universit? Lumi?re Lyon 2-ENTPE email : charles.raux at let.ish-lyon.cnrs.fr http://www.ish-lyon.cnrs.fr/let -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik...
2000 Aug 23
1
3D perspective of a contingency table
How can I draw a 3D perspective of a contingency table, that is showing 3D bars whose height is in proportion of the table cells? --------------- Charles RAUX, Laboratoire d'Economie des Transports CNRS-Universit? Lumi?re Lyon 2-ENTPE email : charles.raux at let.ish-lyon.cnrs.fr http://www.ish-lyon.cnrs.fr/let -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik...
2001 Nov 15
1
ploting axes plaxes ?
I used in previous versions of R (R 1.1) to plot axes on projections of factorial coordinates using the function plaxes. This doesn't exist any more. Why this change ? No alternative ? --------------- Charles RAUX, Laboratoire d'Economie des Transports CNRS-Universit? Lumi?re Lyon 2-ENTPE email : charles.raux at let.ish-lyon.cnrs.fr http://www.ish-lyon.cnrs.fr/let -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik...
2005 Nov 17
1
transforming table into data frame
...contingency table (A x B) into a data frame while keeping the cross-tabulation structure (i.e. rows = levels of A, columns = levels of B). I have tried as.data.frame, xtabs, etc... and always got a "flattened" list of 3 variables (A, B, Freq). How to do that? Thanks in advance Charles Raux
2000 Dec 07
0
plot of a cut
...7 1477 2154 2095 2732 1353 (70,100] 898 > plot(clage) > plot(clage,cex.lab=0.5) > plot(clage,cex.lab=1.5) > plot(clage,cex.lab=0.05) > plot(clage,cex.lab=20.05) > plot(clage,cex.axis=20.05) > plot(clage,cex.axis=0.5) ..... --------------- Charles RAUX, Laboratoire d'Economie des Transports CNRS-Universit? Lumi?re Lyon 2-ENTPE email : charles.raux at let.ish-lyon.cnrs.fr http://www.ish-lyon.cnrs.fr/let -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik...
2005 Dec 02
1
k-means / role of 'nstart'
Hello, the k-means {stats} help and the Hartigan&Won paper say nothing about the way random sets works (parameter nstart). I would expect to get the different results for each random initial set but I always obtain only one result: how is it selected? Charles Raux
2006 Sep 27
1
PDE
...ers to the use of ODE if PDE are parabolic. I am not a mathematician and this does not mean anything for me! help would be very appreciated. Many thanks -- ___________________________________________________ Christophe NGUYEN UMR 1220 INRA-ENITAB Transfert sol-plante et cycle des ?l?ments min?raux dans les ?cosyst?mes cultiv?s" Centre INRA de Bordeaux-Aquitaine 71, avenue Edouard Bourlaux, BP 81 33883 Villenave d'Ornon, FRANCE Tel : 00 33 (0)5 57 12 25 07 Fax : 00 33 (0)5 57 12 25 15 email : Christophe.Nguyen at bordeaux.inra.fr page infoservice: http://www.bordeaux.inra.fr/tcem...
2006 Oct 02
1
Problems with graphics
...cording to A and B factor: xyplot(y~x|A*B) with as many plots and symbol as there is levels in the z variable for each panel? Thanks for the help. Chris -- ___________________________________________________ Christophe NGUYEN UMR 1220 INRA-ENITAB Transfert sol-plante et cycle des ?l?ments min?raux dans les ?cosyst?mes cultiv?s" Centre INRA de Bordeaux-Aquitaine 71, avenue Edouard Bourlaux, BP 81 33883 Villenave d'Ornon, FRANCE Tel : 00 33 (0)5 57 12 25 07 Fax : 00 33 (0)5 57 12 25 15 email : Christophe.Nguyen at bordeaux.inra.fr page infoservice: http://www.bordeaux.inra.fr/tcem...
2000 Aug 31
3
help with data import/export
how can I import/export data from ms excel? also is there a way to import/export data of the hdf format? is there a way to import/export hdf format for ms excel as well? thank you very much in advance. /js ###################################################################### This e-mail message has been scanned and cleared by MailMarshal http://www.marshalsoftware.com
2000 Aug 31
0
Locales and Windows
Charles Raux raised the problem of having object names with accented chars in. This is supposed to work, but depends on the machine being set to a locale that allows accented chars, and knowing correctly which they are. Windows being what it is, this is a problem. It seems that with the standard runtime crtd...
2001 Jan 19
1
Web On line help and manual
A non-text attachment was scrubbed... Name: not available Type: text/enriched Size: 1168 bytes Desc: not available Url : https://stat.ethz.ch/pipermail/r-help/attachments/20010119/d640fae5/attachment.bin