[R] How to get Dunnett's table value?

2004-08-24 Thread Laurent Houdusse
Hi, I want to retrieve a value in the Dunnett's tables. I know the comparisons type, the percent of level,the number of traitments and the degrees of freedom. Is there a function to retrieve this value with this? Laurent Houdusse Analyste Programmeur

[R] simtest for Dunnett's test

2004-08-13 Thread Laurent Houdusse
if P0.05 like the SigmStat results? Can i use p raw value, p bonf value, p adj value or other to compare directly? Or can i use the Dunnett's tables? Thanks for your help! Laurent Houdusse Analyste Programmeur __ [EMAIL PROTECTED] mailing list https

RE : [R] simtest for Dunnett's test

2004-08-13 Thread Laurent Houdusse
However, on several tests, my results are correct: The t-value seems always to correspond to the q'value calculated by SigmaStat... So,What do I have to use to find the same results as SigmaStat (value and comparaison)? Laurent Houdusse Analyste Programmeur -Message d'origine- De

[R] simtest for Dunnett's test

2004-08-13 Thread Laurent Houdusse
Yes, but my control group is not always in the first colonne. So, I can have to a matrix like this: 1 0 0 -1 0 0 1 0 -1 0 0 0 1 -1 0 0 0 0 -1 0 Laurent Houdusse Analyste Programmeur -Message d'origine- De : Torsten Hothorn [mailto:[EMAIL PROTECTED] Envoyé : vendredi 13

RE : RE : [R] simtest for Dunnett's test

2004-08-13 Thread Laurent Houdusse
Ok, I use simtest because i retrieve the same result But i don't know how to do the comparaison of P Laurent Houdusse Analyste Programmeur -Message d'origine- De : Liaw, Andy [mailto:[EMAIL PROTECTED] Envoyé : vendredi 13 août 2004 14:24 À : Laurent Houdusse; '[EMAIL PROTECTED

[R] hmtest object

2004-08-06 Thread Laurent Houdusse
Hi! Could you tell me what is p.value.raw in a hmtest object? And what are the others properties of hmtest object Thanks __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide!

[R] simtest for Dunnett

2004-02-25 Thread Laurent Houdusse
but how to know which groups are compared by row Because it seem that the array is ordered by result$estimate Thanks Laurent Houdusse Analyste Programmeur __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do

[R] Normality Test on several groups

2004-02-06 Thread Laurent Houdusse
this probability value on several groups? Is there another function in R to verify normality on several groups? Thanks Laurent Houdusse Analyste Programmeur __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read

[R] nortest package

2004-02-04 Thread Laurent Houdusse
Hi, I'm a newbie and i am unable to use lillie.test in nortest I have a message: Couldn't find function lillie.test I am under windows2000 with R1.8.1 nortest is listed with .packages(TRUE) How to do to use lillie.test function? Laurent Houdusse Analyste Programmeur

RE : [R] nortest package

2004-02-04 Thread Laurent Houdusse
Have you attached the package? library(nortest) Yes, but there is no return __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

RE : RE : [R] nortest package

2004-02-04 Thread Laurent Houdusse
Thanks! I had downloaded source files and not binary So , it's good now Laurent Houdusse Analyste Programmeur -Message d'origine- De : Uwe Ligges [mailto:[EMAIL PROTECTED] Envoyé : mercredi 4 février 2004 16:53 À : Laurent Houdusse Cc : '[EMAIL PROTECTED]' Objet : Re: RE : [R

[R] Normal distribution

2004-02-03 Thread Laurent Houdusse
Hi all! How to verify a normal distribution in a vector? thanks Laurent Houdusse Analyste Programmeur __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R

[R] Normal distribution

2004-02-03 Thread Laurent Houdusse
p-value=0.3234 Thanks for your help! Laurent Houdusse Analyste Programmeur __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

[R] Install R connector Server

2004-01-28 Thread Laurent Houdusse
Hi all! I use the R-(D)COM Interface in a Visual Basic program. I added a refrerence in my project to StatConnectorSrv 1.1 Type Library (StatConnectorSrv.exe) How to deploy my program? I added StatConnectorSrv.exe but it's not enought... What are the dependences? Thanks Laurent Houdusse

[R] Probability for ANOVA

2004-01-27 Thread Laurent Houdusse
? Is there a function to do this? Laurent Houdusse Analyste Programmeur __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

[R] Levels number of a factor object

2004-01-23 Thread Laurent Houdusse
Hi all! How to retrieve the levels number of a factor object? See this code: groups-gl(4,10) I want to retrieve the number of levels (4) of my object groups I tried groups.levels but this don't work Thanks Laurent Houdusse Analyste Programmeur

[R] How to calculate standard error for a vector?

2003-12-10 Thread Laurent Houdusse
Hi all! I 'm beginner and i develop a bio-application with VB and i need some statistic functions! could i calculate StdError, CoeffOfVariance, SumSquared with R langage? if yes, what are functions to use? I need also to use ANOVA and t-test... Thanks for your help! Laurent Houdusse

RE : [R] How to calculate standard error for a vector?

2003-12-10 Thread Laurent Houdusse
Thanks for this formulae For stdError, i found this: stdError - sd(x)/sqrt(length(x)) Laurent Houdusse Analyste Programmeur -Message d'origine- De : Adaikalavan RAMASAMY [mailto:[EMAIL PROTECTED] Envoyé : mercredi 10 décembre 2003 10:52 À : Laurent Houdusse; [EMAIL PROTECTED] Objet