Displaying 7 results from an estimated 7 matches for "phyto".
Did you mean:
photo
2010 Jun 03
3
Nested ANOVA with covariate using Type III sums of squares
Hello,
I have been trying to get an ANOVA table for a linear model containing a
single nested factor, two fixed factors and a covariate:
carbonmean<-lm(C.Mean~ Mean.richness + Diversity + Zoop + Diversity/Phyto +
Zoop*Diversity/Phyto)
where, *Mean.richness* is a covariate*, Zoop* is a categorical variable (the
species), *Diversity* is a categorical variable (Low or High), and
*Phyto*(community composition) is also categorical but is nested
within the level
of *Diversity*. Quinn & Keough's stati...
2010 Jun 02
0
Nested ANOVA with covariate using Type III sums of squares in R
Hello,
I have been trying to get an ANOVA table for a linear model containing a
single nested factor, two fixed factors and a covariate:
carbonmean<-lm(C.Mean~ Mean.richness + Diversity + Zoop + Diversity/Phyto
+ Zoop*Diversity/Phyto)
where, Mean.richness is a covariate, Zoop is a categorical variable (the
species), Diversity is a categorical variable (Low or High), and Phyto
(community composition) is also categorical but is nested within the level
of Diversity. Quinn & Keough's statistics text...
2003 Jul 24
5
inverse prediction and Poisson regression
...linear regression, fitting X based on Y is not a good idea because of the way OLS calculates the slope and intercept. Is the same problem found in GLM/Poisson regression? Moreover, I also have a Poisson error on Ymax that I would have to consider, right?
Help!!!!
--
Vincent Philion, M.Sc. agr.
Phytopathologiste
Institut de Recherche et de D?veloppement en Agroenvironnement (IRDA)
3300 Sicotte, St-Hyacinthe
Qu?bec
J2S 7B8
t?l?phone: 450-778-6522 poste 233
courriel: vincent.philion at irda.qc.ca
Site internet : www.irda.qc.ca
2009 Jun 20
2
procmail/dovecot error
...ar/log/dovecot.log: Permission denied
ls -l /usr/libexec/dovecot/deliver
-rwxr-xr-x. 1 root root 964760 avr 20 03:55 /usr/libexec/dovecot/deliver
ls -l /var/log/dovecot.log
-rw-------. 1 root root 34689 jun 20 15:26 /var/log/dovecot.log
what do I need to check or change
--
Claude G?linas agr.
Phyto Ressources inc.
2009 Jun 20
1
Transfer incomming email to INBOX
I've installed dovecot with maildir format in /home/claude/mail.
I fetch my email with fetchmail and they are placed in
/var/spool/mail/claude.
How can I transfer them automatically in /home/claude/mail/INBOX/new
How can I setup something to transfer my email automatically as they
arrive.
Claude
2012 Jun 20
1
troncated email
Hi,
I'm on fc16 with dovecot and Claws Mail version 3.8.0
All email in INBOX are troncated as they arrive. I only get the title,
from and date but no more core message
could someone guide me so I find a solution for my problem. cannot lose
my email
Regards,
Claude
2010 Jun 16
4
Is there a non-parametric repeated-measures Anova in R ?
Hello Prof. Harrell and dear R-help mailing list,
I wish to perform a non-parametric repeated measures anova.
If what I read online is true, this could be achieved using a mixed Ordinal
Regression model (a.k.a: Proportional Odds Model).
I found two packages that seems relevant, but couldn't find any vignette on
the subject:
http://cran.r-project.org/web/packages/repolr/