search for: ddpi

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

Did you mean: dpi
2008 Apr 11
4
Format regression result summary
Hello to the whole group. I am a newbie to R, but I got my way through and think it is a lot easier to handle than other software packages (far less clicks necessary). However, I have a problem with respect to the summary of regression results. The summary function gives sth like: Residuals: Min 1Q Median 3Q Max -0.46743 -0.09772 0.01810 0.11175 0.42252
2009 Nov 08
2
influence.measures(stats): hatvalues(model, ...)
Hello: I am trying to understand the method 'hatvalues(...)', which returns something similar to the diagonals of the plain vanilla hat matrix [X(X'X)^(-1)X'], but not quite.  A Fortran programmer I am not, but tracing through the code it looks like perhaps some sort of correction based on the notion of 'leave-one-out' variance is being applied. Whatever the
2007 Feb 06
1
ANOVA Table for Full Linear Model?
Hello, I have spent a good deal of time searching for an answer to this but have come up empty-handed; I apologize if I missed something that is common knowledge. I am trying to figure out how to get an ANOVA table that shows the sum of squares. degrees of freedom, etc, for the full model versus the error (aka residuals). Here is an example of the kind of table I'd like to get:
2007 Aug 11
0
DOE and interaction plot general question
...> want to keep entries that are missing in one of the analysis. There are > ways to deal with that: > > > example(anova.lm) > ..... > > merge(anova(fit2), anova(fit4), by=0, all=T) > Row.names Df.x Sum Sq.x Mean Sq.x F value.x Pr(>F).x Df.y Sum Sq.y > 1 ddpi NA NA NA NA NA 1 63.05403 > 2 dpi NA NA NA NA NA 1 12.40095 > 3 pop15 1 204.11757 204.11757 13.211166 0.000687868 1 204.11757 > 4 pop75 1 53.34271 53.34271 3.452517 0.069425385 1 53.34271...