For questions relating to generalized linear models. For the GLM math library, see [tag:glm-math].
1
vote
3answers
98 views
when executing glm the 'gender' variable is suffixed by value(M)
When I run 'glm' in R, the 'gender' variable is suffixed by M (for male). Does it has any special meaning or there is something wrong in my code
>as.formula('response ~ gender + age + var1 ...
2
votes
1answer
468 views
CUDA-compatible GLM (generalized linear model) routine
I've searched for a little bit now, but can't find a glm C function that runs on CUDA? Does anyone know if this is available somewhere?
I need to run hundreds of simultaneous glm regressions on the ...
1
vote
1answer
117 views
data error in BMA package's bic.glm but not glm
I am estimating a poisson model from a set of interaction coefficients, and the BMA package's bic.glm helps navigate the model space. I've been using it for years, but when I updated R from 2.10.x to ...
1
vote
1answer
353 views
Help with R Zeroinfl model
I am carrying out a zero-inflated negative binomial GLM on some insect count data in R. My problem is how to get R to read my species data as one stacked column so as to preserve the zero inflation. ...
0
votes
1answer
99 views
Model fitting: glm vs glmmPQL
I am fitting a model regarding absence-presence data and I would like to check whether the random factor is significant or not.
To do this, one should compare a glmm with a glm and check with the ...
0
votes
1answer
74 views
GLM: Can't compile anymore
Does anybody use this library anymore?
Worked great for me last year but now my code isn't compiling:
(on MinGW with GCC 4.6.1):
In file included from ...
0
votes
1answer
134 views
Camera Translation in OpenGL
I am trying to do a class to walk through the world in OpenGL, but I am having problems with the mathematics. My idea here is to use the function lookAt from glm to set the observer in the position I ...
0
votes
1answer
57 views
Access & Re-use model formula (R)
I want to automate the following procedure.
Fit a (lm /glm) model using step().
Extract the variables in the outcome model of (1), e.g., (X1+X2) as in Y~X1+X2
Re-use the model from (1) in a new ...
0
votes
1answer
91 views
Cedergren Dataset download in ubuntu
Has anyone used cedergren data set in Ubuntu. Im having problem downloading it as I hav Ubuntu OS. Its basically used for logistic regression
...
0
votes
1answer
138 views
Binomial GLM Feature Selection with rfe function in caret
Is it possible to use the rfe function in the caret package to do feature selection on a binomial GLM? I would like to pass the data frame of predictors and predictions and have it return the best ...
0
votes
1answer
273 views
calculating R-squared in a multivariate analysis using glm in R
I am doing a backward elimination in R using the step() function. Now, I am trying to look at how each independent variable is ranked together with their AIC, F, and P values.
...
0
votes
1answer
173 views
fitting quasi family using glmulti?
I used the glmulti function in the glmulti package to obtain the best glm model for poisson error distributed data. No problems there. Once I had obtained the best model, I used the Chi-square test to ...
0
votes
1answer
1k views
Interpreting coefficient names in glmnet in R
I am using glmnet to predict probabilities based on a set of 5 features using the following code. I need the actual formula because I need to use it in a different (non R) program.
deg = 3
...
0
votes
1answer
180 views
GLM Partial transparency
ok in my opengl/SFML program, i am using GLM(fron nate robins at devernay.free.fr) and im having a couple of dilemmas
the main problem thats persistant is when i load a wavefront model (.obj) into my ...
-1
votes
1answer
193 views
How can I do model selection by AIC with a Gamma GLM in R?
As the documentation explains, the dispersion parameter in the Gamma glm fit is not the MLE. Thus the MLE needs to be calculated somehow and then used to calculate the AIC.
3
votes
0answers
219 views
Which function/package for robust linear regression works with glmulti (i.e., behaves like glm)?
Background: Multi-model inference with glmulti
glmulti is a R function/package for automated model selection for general linear models that constructs all possible general linear models given a ...
2
votes
0answers
48 views
Missing object error when using step() within a user-defined function
I have been struggling with this for a while and any help would be much appreciated. I am trying to write a function that runs several stepwise regressions and outputs all of them to a list. ...
2
votes
0answers
120 views
Model formula for glm regression with user-specified family
Background
I am trying to predict the sales for a product line (y_test in the sample at the end). Its sales for a timeperiod are based on all previous sales of another product (x_test) and how many ...
1
vote
0answers
108 views
Simple effect tests on glmm significant interactions in R
I have significant interactions in my glmm output and I know what my reference category (another interaction) is, but I need to know which variable is fixed when contrasting the significant ...
1
vote
0answers
169 views
SAS Using proc ttest or proc glm to factor a demographic variable into a comparison of two groups on an outcome measure
I have written SAS code to compare two groups for an outcome measure (i.e. reaction time - rt). However, we would like to factor in a demographic measure (i.e. IQ) to test whether the group ...
1
vote
0answers
189 views
glm library ext.hpp compile issues (XCode iOS)
I'm trying to include the glm/ext.hpp extensions header to my project. Whereas glm.hpp can be included effortlessly and the project simply builds cleanly, the extensions for this library yield tons of ...
1
vote
0answers
1k views
nlme error “Invalid formula for groups” although random effect specified
I have done some searching for this, but the mailing list posts I have found are associated with the person not specifying a random effect in nlme whereas I have done this. I also own the book Mixed ...
0
votes
0answers
6 views
R: output glm results (with factor names) in usable format
I am trying to export the results of a glm into a dataframe that I can work with in R. I have tried the following code:
# Declare GLM on binary data and output to summary table
summary(binModel ...
0
votes
0answers
24 views
GLM matrix 4X4 (mat4) to array and back
I need to put a glm math library mat4 into a sqlite3 BLOB and back. What would be the most efficient approach? Serialize mat4 to bytes?, Turn mat4 to a float array? BLOB will not take a mat4 directly
...
0
votes
0answers
39 views
GLMFIT and GLMVAL confusion
In MATLAB I see in GLMFIT you have to give a distr parameter, with the link parameter optional. Might be missing something obvious, but a bit confused as to what the actual form of the equation it is ...
0
votes
0answers
22 views
glm with paired data
I'm new in the "R" world so it might seem as a dumb question but I was wondering if it is possible to do a GLM in R with paired data (like a t-test) and what I should add to do this.. (paired=T?)
...
0
votes
0answers
27 views
How to loop with repeated values within a variable?
I have a dataset called 'bjmd' that looks like this (simplified)
rte year y obs
22037 46001 1 0 1
22042 46001 2 4 3
22047 46001 3 5 3
22202 46002 1 11 1
22207 ...
0
votes
0answers
41 views
Create formula with all main effects and first order interaction effects in R in glm
I am on the lookout for an R function that will create a formula with all main effects and first order interaction effects for use in glm. E.g. if I have a vector with factors facts=c("F1","F2","F3") ...
0
votes
0answers
84 views
How do I calculate prediction intervals for GLM, BRT and MARS models in R?
I'm working across the statistical literature to find methods for calculating prediction intervals for GLM, BRT (boosted regression tree) models and MARS (multivariate adaptive regression spline) ...
0
votes
0answers
91 views
R - Separation issue in binary response models - glm, brglm, logistf
I am encountering some issues with my data and need some help.
I am trying to run glm analysis with a presence/absence variable as response variable and several explanatory variable (time, location, ...
0
votes
0answers
80 views
How to use quasi-likelihood in glmulti
I am trying to carry out multi-model inference and model averaging using package glmulti for overdispersed count data.
Glmulti can compute quasi-AIC (crit = qaic) and the argument family = ...
0
votes
0answers
127 views
bootstrap confidence intervals for the parameters of a glm model
When I try to obtain the confidence intervals for the parameters of a generalized linear model using glm I obtain the following error:
Error: inner loop 2; cannot correct step size
Below the code I ...
0
votes
0answers
288 views
R glmnet output to glm
I have a regression model with binary outcome. I fitted the model with glmnet and got the selected variables and their coefficients.
Since glmnet doesn't calculate variable importance, I would like ...
0
votes
0answers
77 views
Using NA in factors used in the design matrix for glm()
Assume I want a categorical variable (called c in the example below) to be connected with the first half of the elements in my response variable and not influence the second half of the response ...
0
votes
0answers
225 views
Proc GLM ODS number format
How do you format the parameter estimates from ODS in Proc GLM in SAS? My code is
proc glm data = dat;
model y = x1 x2 ;
ods output ParameterEstimates=parmsdat ;
run ;
I want to ...
-3
votes
0answers
30 views
How to compare matrix (glm::matrix) to vector (glm::vec3)
I have a few matrices: camera, model matrices (glm::mat4). I presume that both matrices store the positions in X,Y,Z form.
I need to find the closest between models to some point located at x,y,z ...
