Displaying 9 results from an estimated 9 matches similar to: "explalinig the output of my linear model analysis"
2003 Oct 29
1
profile migration - resend
Hi,
I am almost ready to switch over from 2.2.7 to 3 but found
that a user profile created in 2.2 doesn't work in 3-
ie;
during login to a Samba 3 server, an error occurs and profile
modifications are not permitted or recognized.
This may seem trivial but I have 50 users, each with complex
desktop setups which help them with there daily tasks of CG
post production (so some of you know
2011 Sep 13
1
stupid lm() question
I feel bad even asking, but:
Rgames> data(OrchardSprays)
Rgames> model<-lm(decrease~.,data=OrchardSprays)
Rgames> model
Call:
lm(formula = decrease ~ ., data = OrchardSprays)
Coefficients:
(Intercept) rowpos colpos treatmentB treatmentC
22.705 -2.784 -1.234 3.000 20.625
treatmentD treatmentE treatmentF treatmentG treatmentH
2008 Jul 30
1
Mixed effects model where nested factor is not the repeated across treatments lme???
Hi,
I have searched the archives and can't quite confirm the answer to this.
I appreciate your time...
I have 4 treatments (fixed) and I would like to know if there is a
significant difference in metal volume (metal) between the treatments.
The experiment has 5 blocks (random) in each treatment and no block is
repeated across treatments. Within each plot there are varying numbers
of
2011 Apr 21
1
Accounting for overdispersion in a mixed-effect model with a proportion response variable and categorical explanatory variables.
Dear R-help-list,
I have a problem in which the explanatory variables are categorical,
the response variable is a proportion, and experiment contains
technical replicates (pseudoreplicates) as well as biological
replicated. I am new to both generalized linear models and mixed-
effects models and would greatly appreciate the advice of experienced
analysts in this matter.
I analyzed the
2010 Jul 02
0
Powercom driver patch
Hello everybody!
I'm trying to use nut-2.4.1 with brand new UPS Powercom Imperial
IMD-825AP USB. I've faced a problem that the driver powercom despite
specifying type=IMP automatically re-detects the UPS as "KIN" and then
interprets raw data incorrectly. The same problem was reported by
other Powercom users on the official support forum (
http://forum.pcm.ru ).
I suppose the
2003 Oct 29
0
2.2 profile migration to 3
Hi,
I am almost ready to switch over from 2.2.7 to 3 but found
that a user profile created in 2.2 doesn't work in 3-
ie;
during login to a Samba 3 server, an error occurs and profile
modifications are not permitted or recognized.
This may seem trivial but I have 50 users, each with complex
desktop setups which help them with there daily tasks of CG
post production (so some of you know
2006 Jun 09
0
interaction terms in regression analysis
G'day,
My problem is I'm not sure how to extract effect sizes from a nonlinear
regression model with a significant interaction term.
My data sets are multiple measurements of force response to an agonist
with two superimposed treatments each having two levels.
This is very similar to the Ludbrook example in Venables and Ripley.
The experiment is that a muscle is exposed to an agonist
2010 Apr 05
1
[JOBS] Web Programmer at Reed College, Portland OR
Reed College is looking for a web programmer who''s interested in
working in an enterprise setting but doesn''t want to be told not to
bring your dog to the office. In the Web Support Services group, we
work on web apps that are part of our homegrown campus portal and
courseware systems. Most of our infrastructure is open source, but we
also use commercial software for some key
2008 Jan 24
2
testing coeficients of glm
Dear list,
i'm trying to test if a linear combination of coefficients of glm is equal
to 0. For example :
class 'cl' has 3 levels (1,2,3) and 'y' is a response variable. We want to
test H0: mu1 + mu2 - mu3 =0 where mu1,mu2, and mu3 are the means for each
level.
for me, the question is how to get the covariance matrix of the estimated
parameters from glm. but perhaps there