Displaying 8 results from an estimated 8 matches for "plxmh".
Did you mean:
mlxml
2003 Apr 08
2
Basic LME
Hello R Users,
I am investigating the basic use of the LME function, using the following example;
Response is Weight, covariate is Age, random factor is Genotype
model.lme <- lme (Weight~Age, random=~ 1|Genotype)
After summary(model.lme), I find that the estimate of Age is 0.098 with p=0.758.
I am comparing the above model with the AOV function;
model.aov <- aov (Weight~Age + Genotype)
2002 Sep 13
1
Contrasts in ANOVA table
Hello All,
Is there a way of producing an ANOVA table split into contrasts, thus showing the contrasts sums of squares and associated p-values?
Thanks,
Martin.
Martin Hoyle,
School of Life and Environmental Sciences,
University of Nottingham,
University Park,
Nottingham,
NG7 2RD,
UK
Webpage: http://myprofile.cos.com/martinhoyle
2003 Aug 27
2
Basic GLM: residuals definition
Dear R Users,
I suppose this is a school boy question, but here it is anyway. I'm trying to re-create the residuals for a poisson GLM with simulated data;
x<-rpois(1000,5)
model<-glm(x~1,poisson)
my.resids<-(log(x)- summary(model)$coefficients[1])
plot(my.resids,residuals(model))
This shows that my calculated residuals (my.resids) are not the same as residuals(model).
p 65 of
2003 Aug 12
1
Negative binomial theta
Hi,
I'm trying to use the command "glm.nb" in library(MASS) to test for a significant difference in the aggregation parameter "theta" between the three levels of a factor.
Any help gratefully received!
Martin.
Martin Hoyle,
School of Life and Environmental Sciences,
University of Nottingham,
University Park,
Nottingham,
NG7 2RD,
UK
Webpage:
2003 Aug 15
0
quasipoisson, test="F" or "Chi"
Hi,
Please can someone tell me if this is correct for significance tests on count data;
1: If overdispersed, use quasipoisson, drop1(model, test="Chi"),
2: If not overdispersed, use (poisson or quasipoisson), drop1(model, test="Chi").
Thanks for your time,
Martin.
Martin Hoyle,
School of Life and Environmental Sciences,
University of Nottingham,
University Park,
Nottingham,
2002 Sep 11
0
Contrasts with interactions
Dear All,
I'm not sure of the interpretation of interactions with contrasts. Can anyone help?
I do an ANCOVA, dryweight is covariate, block and treatment are factors, c4 the response variable.
model<-aov(log(c4+1)~dryweight+treatment+block+treatment:block)
summary(model);
Df Sum Sq Mean Sq F value Pr(>F)
dryweight 1 3.947 3.947 6.6268 0.01076 *
2002 Apr 15
1
Nested ANOVA with covariates
Dear All,
I'm rather a beginner on nested ANOVAs, so here goes with my 2
questions;
Qu 1:
I'm modelling the number of galls on a leaf (the response variable) as
a function of;
the tree on which I find the leaf,
the branch on which I find the leaf.
Then, the tree and the branch are both random factors, and I'm quite
happy that I should write;
aov(galls~tree/branch +
2002 Oct 31
1
Re: gregmisc version 0.7.3 now available
Dear Greg,
Thanks for the new release. The decomposition of the SSQ is just what I need!
Regards,
Martin.
Martin Hoyle,
School of Life and Environmental Sciences,
University of Nottingham,
University Park,
Nottingham,
NG7 2RD,
UK
Webpage: http://myprofile.cos.com/martinhoyle
>>> gregory_r_warnes at groton.pfizer.com 10/30/02 07:16PM >>>
Version 0.7.3 of the gregmisc package