search for: ensam

Displaying 20 results from an estimated 26 matches for "ensam".

Did you mean: nsam
2005 Sep 27
4
regsubsets selection criterion
...s package) to get the best linear models to explain 1 variable from 1 to 5 explanatory variables (exhaustive search). Is there anyone who can tell me on which criterion is based the 'regsubsets' function ? Thank you. samuel Samuel BERTRAND Doctorant Laboratoire de Biomecanique LBM - ENSAM - CNRS UMR 8005 http://bio-web.paris.ensam.fr 151, bd de l'Hopital 75013 PARIS Tel. +33 (0) 1 44 24 64 53 Fax +33 (0) 1 44 24 63 66 [[alternative HTML version deleted]]
2003 Oct 17
1
heatmap function
...------------------------------------------------------ Martin Olivier INRA - Unit? prot?omique LIRMM - IFA/MAB 2, Place Viala 161, rue Ada 34060 Montpellier C?dex 1 34392 Montpellier C?dex 5 Tel : 04 99 61 27 01 Tel : O4 67 41 86 71 martinol at ensam.inra.fr martin at lirmm.fr
2003 Oct 13
4
help with gsub and grep functions
...------------------------------------------------------ Martin Olivier INRA - Unit? prot?omique LIRMM - IFA/MAB 2, Place Viala 161, rue Ada 34060 Montpellier C?dex 1 34392 Montpellier C?dex 5 Tel : 04 99 61 27 01 Tel : O4 67 41 86 71 martinol at ensam.inra.fr martin at lirmm.fr
2004 Feb 17
4
normality test
Hello, I am analysing several samples whose sizes are from 9 to 110. I would like to test their distribution with R, whether they are normal or not. I wonder which test for normality from R should I use . Thank you for help. Samuel Samuel BERTRAND Doctorant Laboratoire de Biomecanique LBM - ENSAM - CNRS UMR 8005 151, bd de l'Hopital 75013 PARIS Tel. +33 (0) 1 44 24 64 53 Fax +33 (0) 1 44 24 63 66 [[alternative HTML version deleted]]
2003 Aug 12
1
classification with quantitative variables
...------------------------------------------------------ Martin Olivier INRA - Unit? prot?omique LIRMM - IFA/MAB 2, Place Viala 161, rue Ada F-34060 Montpellier C?dex 1 34392 Montpellier C?dex 5 Tel : 04 99 61 26 02 Tel : O4 67 41 86 71 martinol at ensam.inra.fr
2004 Mar 09
2
R and tmp directroy
Hi all, When I start R, it gives mkdir: Ne peut cr?er le r?pertoire `/home/mart/tmp/Rtmp11729'.: No such file or directory (I specify that my home path is /home/mart and the R version is 1.7.1) How I have to configure R to use the directory /tmp instead of /home/mart/tmp ? What is utility of this directory tmp for R? Thanks, Olivier
2007 Feb 02
1
R syntaxe
Hi all, Suppose I have a vector x with numerical values. In y, I have a categorial variable : y<-c(1,1,..2,2,...30,30,30) x and y have the same length. I would like to compute the mean for x for the modality 1 to 30 in y. mean(x[y==1]),...,mean(x[y==30]) I do not want to use an iterative procedure such that for (i in 1:30).. Thanks for your help, Regards. Olivier. --
2003 Dec 15
1
nls arguments
Hi all, I've got a problem with the nls function. I have an adjustment which works when I fix one of the argument of my function (Xo=150) : *Xo*=150 f<- function (tt*,Xo*,a,b) ifelse(tt<*Xo*,a*exp(-b**Xo*),a*exp(-b*tt)) ajust<-nls(RER~f(tt,*Xo*,a,b),data=data.frame(tt=Ph2[,2*k],RER=Ph2[,2*k+1]),start=list(a=0.5,b=0.014)) But, when I use it as a "normal" parameter (and
2003 Aug 28
2
how to call a C program from R function
...------------------------------------------------------ Martin Olivier INRA - Unit? prot?omique LIRMM - IFA/MAB 2, Place Viala 161, rue Ada F-34060 Montpellier C?dex 1 34392 Montpellier C?dex 5 Tel : 04 99 61 26 02 Tel : O4 67 41 86 71 martinol at ensam.inra.fr
2002 Nov 26
2
clipboard with R
Hi, how can we copy numeric and/or text data to the clipboard ? (under windows2000) It works fine with graphics and I need to do it with text data . thanks, regards Vincent Demolombe -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or
2003 Sep 08
1
graphic of hierachical clustering
...------------------------------------------------------ Martin Olivier INRA - Unit? prot?omique LIRMM - IFA/MAB 2, Place Viala 161, rue Ada F-34060 Montpellier C?dex 1 34392 Montpellier C?dex 5 Tel : 04 99 61 26 02 Tel : O4 67 41 86 71 martinol at ensam.inra.fr
2004 Jun 08
3
SJAVA error
Hi I'm trying to use SJava and I have troubles. I try to run examples from "Calling R from Java" but,I have an error that "fatal error: enable to open the base package" I heard SJAVA bug, so,could you send me your compiled SJava package with the modified REmbed.c because in Windows i'm not able to recompile!!! --example package org.omegahat.R.Java; public
2018 Jan 14
2
YP listing problem
...vent update "/feting" yp_currently_playing (Jeff Buckley - Dink's Song) [2018-01-14 18:50:34] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 18:50:51] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Dick Cheney - Ensam Pa Mitt Rum) [2018-01-14 18:50:51] DBUG yp/send_to_yp YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded [2018-01-14 18:50:51] DBUG stats/modify_node_event update "/verket" yp_currently_playing (Dick Cheney - Ensam Pa Mitt Rum) [2018-01-14 18:50:51] DBUG yp/handle_returned_header...
2002 Nov 08
1
Memory R and Windows2000
Hello, when using: rm(list=ls(all=TRUE)) and gc() command , and looking at the memory used by Rgui.exe in window2000 there is no change. this is strange . Actually I need to be sure that memory is given back to the system because the users of the application I wrote under R are opening and closing big files of data; can I rely on the gc() function under win2k? Vincent Demolombe
2002 Nov 28
1
function writeClipboard()
Hello, I am looking for the function writeClipboard() in order to compile and use it but can't find it neither into R-devel directory nor in other R directories. Is this function present or do I search on the wrong place? Vincent Demolombe Inra - spo - Montpellier -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
2003 Jan 22
1
Intercept in model formulae
Hi, I'm a new user of R and I'm trying to make a linear model from this kind of dataset x [1] 16.87 19.93 25.85 20.94 17.06 19.49 19.93 25.45 27.74 20.15 25.81 21.06 17.17 20.03 25.50 27.79 20.44 16.88 19.93 25.79 z<-x-10 y [1] 0.80 1.27 2.22 1.32 0.90 1.18 1.84 2.41 2.97 1.25 2.07 1.41 1.14 1.66 2.59 3.51 1.53 0.81 1.26 2.30 plot(x,y) I want to be able to force the line of
2003 Apr 07
2
problem with mvtnorm installation
Hi all, I tried to install the mvtnorm library on linux (mandrake version) and i obtained the following result : /usr/bin/ld: cannot find -lreadline collect2: ld returned 1 exit status make: *** [mvtnorm.so] Erreur 1 ERROR: compilation failed for package 'mvtnorm' Could you help me ? Best regards, Olivier
2003 Sep 24
1
heatmap and hclust
Hi all, The function heatmap uses the functions dist and hclust with default parameters. How to change these parameters? For example, i want to use the ward criterion for hierarchical clustering with binary distance. Best regards, Olivier.
2004 Aug 24
1
help with knn from class library
Hi all, I made some computations with the knn function from the class library. If I execute this function several times (with the same parameters k, training set and test set), I obtain different results. I don't understand why the results for my test set are different. Could you give me some explanations? Is the solution for a k-nearest-neighbor classifier unique? Best regards.
2005 May 18
0
dendrogram and dendrapply
Hi all, I think I have some problems to use correctly the function dendrapply. Let suppose dend is a dendrogram object. I would likde to know the cardinal number of leaves depending of each node of the tree dend. It is right that the command attr(dend,"members") gives the total number of leaves, and attr(dend[[1]],"members") gives the number of leaves for the first left