search for: lampurlanes

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

Did you mean: lampurlan
2007 Jan 16
2
problems with for loop
Hello, With this program I try to repeat analysis for different years. The results of the analysis are not printed when in the loop, except for the year sequence. What is wrong? Thanks a lot. for (i in 92:99){ cat("\n", "=============================================================\n", "YEAR =",i,"\n",
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 mode...
2007 Jan 29
3
Multiple comparisons when interacction
In the model: lm.1 <- lm(variable ~ BLOC + TIL * YEAR , data=selvanera) I found TIL*YEAR interaction significant. Then I am trying to compare means of the different levels of TIL inside every 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
2007 Feb 24
0
Multiple comparisons when interacction]
Hello, I send the message again with the data file as txt because it seems not to be accepted as csv in the R-help list. Data comes from a multiyear field experiment in which 4 levels of a treatment (2, 3, 4, 6) are compared to see the effect on yield. It is a randomized complete block design. The SAS code follows: options ls=95; data uno; infile 'data.txt'