Re: [R] multcomp

2007-03-21 Thread Chuck Cleland
From: talepanda [mailto:[EMAIL PROTECTED] Sent: Sun 3/18/2007 11:07 PM To: Nair, Murlidharan T Cc: r-help@stat.math.ethz.ch Subject: Re: [R] multcomp ?glht says with 'print', 'summary', 'confint', 'coef' and 'vcov' methods being available. try

Re: [R] multcomp

2007-03-20 Thread Nair, Murlidharan T
Thanks for your help, Cheers../Murli From: talepanda [mailto:[EMAIL PROTECTED] Sent: Sun 3/18/2007 11:07 PM To: Nair, Murlidharan T Cc: r-help@stat.math.ethz.ch Subject: Re: [R] multcomp ?glht says with 'print', 'summary', 'confint', 'coef' and 'vcov' methods

[R] multcomp

2007-03-18 Thread Nair, Murlidharan T
I used the multcomp package sometime back for doing multiple comparisons. I see that it has been updated and the methods like simint are no longer supported. When I run the program it prompts to me to use glht. How do I get the lower and upper conf int and the pValues using glht? Does anyone have

Re: [R] multcomp

2007-03-18 Thread talepanda
?glht says with 'print', 'summary', 'confint', 'coef' and 'vcov' methods being available. try: example(glht) summary(glht(amod, linfct = mcp(tension = Tukey))) confint(glht(amod, linfct = mcp(tension = Tukey))) On 3/19/07, Nair, Murlidharan T [EMAIL PROTECTED] wrote: I used the multcomp

Re: [R] Multcomp

2006-07-26 Thread Nair, Murlidharan T
to analyze them and combine significant ones into one plot. -Original Message- From: Greg Snow [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 25, 2006 12:12 PM To: Nair, Murlidharan T Subject: RE: [R] Multcomp Doing: str( fungus.cirec ) Suggests that fungus.cirec$conf.int contains

Re: [R] Multcomp

2006-07-26 Thread Nair, Murlidharan T
to analyze them and combine significant ones into one plot. -Original Message- From: Greg Snow [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 25, 2006 12:12 PM To: Nair, Murlidharan T Subject: RE: [R] Multcomp Doing: str( fungus.cirec ) Suggests that fungus.cirec$conf.int contains

Re: [R] Multcomp

2006-07-26 Thread Gabor Grothendieck
different objects. I need to analyze them and combine significant ones into one plot. -Original Message- From: Greg Snow [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 25, 2006 12:12 PM To: Nair, Murlidharan T Subject: RE: [R] Multcomp Doing: str( fungus.cirec ) Suggests

Re: [R] Multcomp

2006-07-26 Thread Gabor Grothendieck
different objects. I need to analyze them and combine significant ones into one plot. -Original Message- From: Greg Snow [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 25, 2006 12:12 PM To: Nair, Murlidharan T Subject: RE: [R] Multcomp Doing: str( fungus.cirec

[R] multcomp plotting Please help :)

2006-07-22 Thread Nair, Murlidharan T
I REALLY NEED HELP WITH THIS PLEASE I am using the multcomp package for doing multiple comparisons (R 2.3.1 windows). Since the data I am handling is huge the number of comparisons are also large. I am interested in: 1 Breaking down my plots to get rid of the clutter that happens when

Re: [R] multcomp plotting Please help :)

2006-07-22 Thread Gabor Grothendieck
On 7/22/06, Nair, Murlidharan T [EMAIL PROTECTED] wrote: I REALLY NEED HELP WITH THIS PLEASE [] __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide

[R] Multcomp

2006-07-22 Thread Nair, Murlidharan T
Here it is again, hope this is more clear I am using the following data (only a small subset is given): Habitat Fungus.yield Birch 20.83829053 Birch 22.9718181 Birch 22.28216829 Birch 24.23136797 Birch 22.32147961 Birch 20.30783598 Oak 27.24047258 Oak 29.7730014 Oak 30.12608508 Oak 25.76088669

Re: [R] Multcomp

2006-07-22 Thread Gabor Grothendieck
On 7/22/06, Nair, Murlidharan T [EMAIL PROTECTED] wrote: Here it is again, hope this is more clear I am using the following data (only a small subset is given): Habitat Fungus.yield Birch 20.83829053 Birch 22.9718181 Birch 22.28216829 Birch 24.23136797 Birch 22.32147961 Birch

Re: [R] Multcomp

2006-07-22 Thread Nair, Murlidharan T
-Original Message- From: Gabor Grothendieck [mailto:[EMAIL PROTECTED] Sent: Saturday, July 22, 2006 1:37 PM To: Nair, Murlidharan T Cc: R-help@stat.math.ethz.ch Subject: Re: [R] Multcomp On 7/22/06, Nair, Murlidharan T [EMAIL PROTECTED] wrote: Here it is again, hope this is more clear

Re: [R] Multcomp

2006-07-22 Thread Gabor Grothendieck
On 7/22/06, Nair, Murlidharan T [EMAIL PROTECTED] wrote: -Original Message- From: Gabor Grothendieck [mailto:[EMAIL PROTECTED] Sent: Saturday, July 22, 2006 1:37 PM To: Nair, Murlidharan T Cc: R-help@stat.math.ethz.ch Subject: Re: [R] Multcomp On 7/22/06, Nair, Murlidharan T [EMAIL

[R] Multcomp plotting

2006-07-21 Thread Nair, Murlidharan T
I am using the multcomp package for doing multiple comparisons. Since the data I am handling is huge the number of comparisons are also large. I am interested in: 1 Breaking down my plots to get rid of the clutter that happens when plotting the entire data set. How do I pass only part of the

[R] multcomp analog for poisson errors?

2005-02-11 Thread VanHezewijk, Brian
Hello all, Does anyone know if a package exists that conducts post-hoc multiple comparisons for generalized linear models? Thanks, Brian Van Hezewijk Agriculture and Agri-Food Canada/Agriculture et Agroalimentaire Canada Telephone/Téléphone: 403-317-3404 Facsimile/Télécopieur: 403-382-3156

Re: [R] multcomp, simint, simtest and computation duration

2004-01-19 Thread Torsten Hothorn
Dear R-listers, I am trying to compute simultaneous confidence intervals with simint from the package multcomp. 230 measures (abundance) have been taken in 23 sites (factor) of a data.frame (donnees: a file can be sent on request, saved with save(donnees,file=donnees)). I would like to

Re: [R] multcomp, simint, simtest and computation duration

2004-01-19 Thread Douglas Bates
Torsten Hothorn [EMAIL PROTECTED] writes: I am trying to compute simultaneous confidence intervals with simint from the package multcomp. 230 measures (abundance) have been taken in 23 sites (factor) of a data.frame (donnees: a file can be sent on request, saved with

[R] multcomp, simint, simtest and computation duration

2004-01-18 Thread Patrick Giraudoux
Dear R-listers, I am trying to compute simultaneous confidence intervals with simint from the package multcomp. 230 measures (abundance) have been taken in 23 sites (factor) of a data.frame (donnees: a file can be sent on request, saved with save(donnees,file=donnees)). I would like to get all

[R] multcomp updated

2003-08-16 Thread Torsten Hothorn
Version 0.4-0 of the `multcomp' package has just been uploaded to CRAN. Known bugs have been fixed and, inspired by some questions posted on r-help, methods for `lm' and `glm' objects for the generics `simint' and `simtest' have been implemented. Thanks to all bug-reporters! Torsten From the