Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

12 results for “from:D_Tomas”

Standard errors GLM
D_Tomas · Mar 13, 2012 · r-help

Dear userRs, when applied the summary function to a glm fit (e.g Poisson) the parameter table provides the categorical variables assuming that the first level estimate (in alphabetical order) is 0. What is the standard error for that variable...

glm-poisson fitting 400.000 records
D_Tomas · Oct 21, 2011 · r-help

Hi, I am trying to fi a glm-poisson model to 400.000 records. I have tried biglm and glmulti but i have problems... can it really be the case that 400.000 are too many records??? I am thinking...

glm-poisson fitting 400.000 records
D_Tomas · Oct 21, 2011 · r-help

My apologies for my vague comment. My data comprises 400.000 x 21 (17 explanatory variables, plus response variable, plus two offsets). If I build the full model (only linear) I get: Error: cannot allocate vector of size 112.3...

cumVar and cumSkew
D_Tomas · Sep 15, 2011 · r-help

Hi there, I need to do the same thing as cumsum but with the variance and skewness. I have tried to do a loop for like this: var.value <- vector(mode = "numeric", length = length(daily)) for (i in (1:length...

Gaussian model GLM summary(model)$dispersion
D_Tomas · Jul 26, 2012 · r-help

Hi, I have some data that is log-normally distributed and I am using a glm, type Gaussian to fit the logs. I would like to know the expected values within the context of the lognormal model. I am unsure...

over-estimation Negative Binomial models
D_Tomas · Oct 18, 2011 · r-help

Ben, this is a continuation of the query i posted on: http://r.789695.n4.nabble.com/GLM-and-Neg-Binomial-models-td3902173.html I cannot give you a direct example (big dataset) of what i did aside from what...

glm-poisson fitting 400.000 records
D_Tomas · Oct 24, 2011 · r-help

Many thanks for your replies. I appreciate that. I tried what you suggested and it did work for the Poisson model (glm, "poisson" familly). Unfortunately, the negative binomial (glm.nb) did not work as I work the following message: Warning...

over-estimation Negative Binomial models
D_Tomas · Oct 17, 2011 · r-help

Hi! I have fitted a Negative Binomial model (glm.nb) and a Poisson model (glm family=poisson) to some count data. Both have the same explanatory variables & dataset When I call sum(fitted(model.poisson)) for my GLM-Poisson model...

GLM and Neg. Binomial models
D_Tomas · Oct 13, 2011 · r-help

Hi userRs! I am trying to fit some GLM-poisson and neg.binomial. The neg. Binomial model is to account for over-dispersion. When I fit the poisson model i get: (Dispersion parameter for poisson family taken to be 1...

offset glm.nb issues why so unstable?
D_Tomas · May 29, 2012 · r-help

Hi, I am using the glm.nb" model type to fit some count data with TWO offset variables. I have successfully used this approach to build scores of models for several datasets but I am having problems with two in...

GLM and Neg. Binomial models
D_Tomas · Oct 18, 2011 · r-help

Dear Ben, First of all, many thanks for your reply. I am highly appreciative of that. I am still unsure about some issues.... The dispersion parameter is that which is estimated by sum(residuals(fit,type="pearson")^2)/fit$df...

NB and poisson glm models: three issues
D_Tomas · Nov 18, 2011 · r-help

Hi, I fit both Poisson and NB (negative binomial) models to some empirical data. Although models provide me with sensible parameters, in the case of the NB models i get three inconsistencites: - First, the total number of occurrences predicted by...

Can't find what you're looking for? Try searching with Google .