Hello, I thougth that there is a function which does the kendall test in R, I writed on the console apropos("kendall") and I didn't found anything can you tell me how could I do to use the kendall test? Thanks. _____________________________________________________________________________ l [[alternative HTML version deleted]]
On Thursday 06 September 2007 09:48:22 elyakhlifi mustapha wrote: em > I thougth that there is a function which does the kendall test in R, em > I writed on the console apropos("kendall") and I didn't found anything em > can you tell me how could I do to use the kendall test? ?cor.test btw.: rseek.org is a very good help for such questions Stefan
?cor perhaps --- elyakhlifi mustapha <elyakhlifi_mustapha at yahoo.fr> wrote:> Hello, > I thougth that there is a function which does the > kendall test in R, > I writed on the console apropos("kendall") and I > didn't found anything can you tell me how could I do > to use the kendall test? > Thanks. > > > >_____________________________________________________________________________> > > l > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, > reproducible code. >
Dear Sir In Kendall Package of R, when we use the function Kendall() or MannKendall() then we get the value of Kendall's tau and a two-sided p-value. The question to be asked is that is the two-sided p value for Z statistics defined by z=(S-1)/sqrt(var(S)) where S is Kendall S statistics. Regards HAHZADI Department of Statistics GC University Lahore, Pakistan. [[alternative HTML version deleted]]