search for: sfglmd

Displaying 1 result from an estimated 1 matches for "sfglmd".

Did you mean: sfglmc
2011 Jul 14
1
glm() scale parameters and predicted Values
...?????? x1 <- m <- as.numeric(x$x1) ????????????? x2 <- m <- as.numeric(x$x2) ????????????? summary(glm(m~1+x1+x2, family=Gamma),dispersion=NULL) ?????????????? }) #Save the results of the estimated parameters str(FGLM,no.list = TRUE) SFGLMC<- ldply(FGLM, function(x) x$coefficients) SFGLMD<- ldply(FGLM, function(x) x$dispersion) GLM <- cbind(SFGLMC,SFGLMD)