search for: lampurlan

Displaying 4 results from an estimated 4 matches for "lampurlan".

2007 Jan 16
2
problems with for loop
...=========\n" ) canos1 <- subset (canos, canos$YEAR==i) LinearModel.1 <- lm(MM_P ~ BLOC + TIL, data=canos1) summary(LinearModel.1) Anova(LinearModel.1, type="II") Anova(LinearModel.1, type="III") } -- ************************************************** Jorge Lampurlan?s Castel Departament d'Enginyeria Agroforestal Escola T?cnica Superior d'Enginyeria Agr?ria Universitat de Lleida Avinguda Rovira Roure, 191 25198-LLEIDA SPAIN Tl.: +34 973 70 25 37 Fax.:+34 073 70 26 73 e-mail: jlampur at eagrof.udl.es
2007 Jan 29
1
Fwd: Re: LSD multiple comparison test
...MMC.WoodEnergy example in the HH package. The current version on CRAN is HH_1.17. Please see the discussion of this example in R-help: https://stat.ethz.ch/pipermail/r-help/2007-January/123451.html ---- Original message ---- >Date: Mon, 29 Jan 2007 16:42:35 +0100 (CET) >From: "Jorge Lampurlanes Castel" <jlampur at eagrof.UdL.es> >Subject: Re: [R] LSD multiple comparison test >To: "Richard M. Heiberger" <rmh at temple.edu> > >Thank you very much for your useful advice. >I do not found LSD but I am using Tukey test instead. > >In the mo...
2007 Jan 29
3
Multiple comparisons when interacction
...YEAR using: mc.2 <- glht(lm.1, linfct = mcp(TIL*YEAR="Tukey")) summary(mc.2, test = univariate()) but it does not work. There is any way of doing this, like the SLICE option in PROC GLM (SAS)? Thanks a lot, Jorge -- ************************************************** Jorge Lampurlan?s Castel Departament d'Enginyeria Agroforestal Escola T?cnica Superior d'Enginyeria Agr?ria Universitat de Lleida Avinguda Rovira Roure, 191 25198-LLEIDA SPAIN Tl.: +34 973 70 25 37 Fax.:+34 073 70 26 73 e-mail: jlampur at eagrof.udl.es
2007 Feb 24
0
Multiple comparisons when interacction]
...", "AVE", "Changepoint", "Williams", "Marcus", "McDermott") and the tests agronomist are used to do: LSD (least significant difference), Duncan multiple range test, Scheffe, S-N-K (Student-Newman-Keuls)? Thanks a lot for your interest. Jorge Lampurlan?s Agronomist >> Is it possible to do this analysis in R? > > Yes, it is possible. The syntax isn't in place yet. > > If you send me the complete SAS code and data for an example using slice, > I will duplicate it for you in the multcomp package in R. I will send > th...