-1
votes
1answer
50 views

Is my random variable significant [closed]

I performed an experiment on coral colonies (10 colonies, randomly chosen); manipulating aragonite/carbon chemistry and temperature (fixed effect). Now I want to test for random effects on the corals ...
4
votes
1answer
74 views

Missing object error when using step() within a user-defined function

5 days and still no answer As can be seen by Simon's comment, this is a reproducible and very strange issue. It seems that the issue only arises when a stepwise regression with very high predictive ...
-4
votes
0answers
26 views

Wich is the estimator for the svyglm? [closed]

I would like to know wich is the estimator for svyglm I already read survey pakage and differents book abou that but I could not find the development for the estimator. I know that doesnt use maximum ...
3
votes
1answer
75 views

Difference between svyglm and weighted glm

I would like to know what the difference is between using svyglm or a weighted glm. For example: M1 = glm(formula = yy ~ age + gender + country , family = binomial(link = "probit"), ...
2
votes
3answers
74 views

Predict.glm not predicting missing values in response

For some reason, when I specify glms (and lm's too, it turns out), R is not predicting missing values of the data. Here is an example: y = round(runif(50)) y = c(y,rep(NA,50)) x = rnorm(100) m = ...
0
votes
0answers
53 views

How to see how good is my model? [closed]

I am using glm to find a model using training data and then use test data to see how well the model is behaving. My response variable is numeric. Below is a toy example that is showing the steps ...
1
vote
3answers
80 views

Selecting the statistically significant variables in an R glm model

I have an outcome variable, say Y and a list of 100 dimensions that could affect Y (say X1...X100). After running my glm and viewing a summary of my model, I see those variables that are statistically ...
1
vote
1answer
59 views

Regression for a Rate variable in R

I was tasked with developing a regression model looking at student enrollment in different programs. This is a very nice, clean data set where the enrollment counts follow a Poisson distribution ...
2
votes
1answer
123 views

modify glm function to adopt user-specified link function in R

In glm in R, the default link functions for the Gamma family are inverse,identity and log. Now for my particular question, I need to use gamma regression with response Y and a modified link function ...
0
votes
1answer
105 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 ...
2
votes
0answers
125 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 ...
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
106 views

Using summary(glm-object) inside ldply() with the summarise() - function

How do i use the summary-function inside a ldply()-summarise-function to extract p-values? Example data: (The data frame "Puromycin" is preinstalled) library(reshape2) library(plyr) Puromycin.m ...
-1
votes
1answer
822 views

Interpreting the output of glm for Poisson regression [closed]

Consider the following: foo = 1:10 bar = 2 * foo glm(bar ~ foo, family=poisson) I get results Coefficients: (Intercept) foo 1.1878 0.1929 Degrees of Freedom: 9 Total (i.e. ...
2
votes
1answer
222 views

How do I use a custom link function in glm?

I don't want to use the standard log link in glm for Poisson regression, since I have zeros. Consider the following code: foo = 0:10 bar = 2 * foo glm(bar ~ foo, family = poisson(link = "identity")) ...
0
votes
1answer
179 views

Plot each predictor variable from multivariate GLM versus response (other predictors held constant)

I can plot one predictor variable (from a mulitvariate logistic, binomial GLM) versus the predicted response. I do it like this: m3 <- mtcars # example with mtcars model = ...
0
votes
1answer
83 views

How to 'update' a model built using 'glm' in R

In the reproducible code below (last line), the 'update' function doesn't work if I replace 'Income' with 'fieldToRemove'. How can I make this function work? I need to run that line in loop. ...
0
votes
0answers
84 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 = ...
1
vote
1answer
74 views

First Difference Bootstrap from Negative Binomial

novice here. I am fitting a negative binomial model on count data where Y is the count of events, D is the treatment, and X is a logarithmic offset: out <- glm.nb(y ~ d + offset(log(x)),data=d1) ...
0
votes
2answers
201 views

Extracting p-value from lapply list of glm fits

I am using lapply to perform several glm regressions on one dependent variable by one independent variable at a time. Right now I am specifically interested in the Pr(>|z|) of each independent ...
6
votes
1answer
480 views

How obtain the true residual deviance and degrees of freedom in R of a glm model when a set of parameters gets pasted() as a vector

I'm writing a script (in python, with the R parts in pypeR) such that I need to use a function in R that compares two models with an F-ratio test. The models are like this: Model 1: Response ~ ...
3
votes
2answers
107 views

Multiple glm in for loop

I have an R dataframe, strongly simplified as: id <- rep(1:2, c(6,8)) correct <- sample(0:1,14,TRUE) phase <- c(rep("discr",3),rep("rev",3), rep("discr",4),rep("rev",4)) dat <- ...
5
votes
1answer
1k views

Confidence intervals for predictions from logistic regression

In R predict.lm computes predictions based on the results from linear regression and also offers to compute confidence intervals for these predictions. According to the manual, these intervals are ...
1
vote
3answers
104 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 ...
4
votes
1answer
319 views

glm and relative risk -replicate Stata code in R

Could anyone help me replicate these relative risk calculations (and its confidence interval) in R? A similar procedure used in STATA is described here. Could anyone show me how to do this in R (my ...
1
vote
0answers
37 views

Call 'glm' in R with categorical response variable [duplicate]

Possible Duplicate: Why am I getting “algorithm did not converge” and “fitted prob numerically 0 or 1” warnings with glm? I am trying to to fit glm using the following data with response ...
0
votes
1answer
92 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 ...
1
vote
1answer
157 views

Poisson regression with both response and explanatory variables as counting [closed]

I’ve got the following variables: Response: number of quota units leased (in and out) by fishers. Explanatory: number of quota units own by fishers. I fitted a GLM (Poisson), but I’m not totally ...
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
votes
1answer
196 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.
2
votes
1answer
171 views

How to save glm result without data or only with coeffients for prediction?

When I use the following R code, model_glm=glm(V1~. , data=xx,family="binomial"); save(file="modelfile",model_glm); The size of modelfile will be as much as the data, which will be 1gig in my case. ...
-1
votes
1answer
188 views

R Jackknife in Logistic Regression

I´m interested into apply a Jackknife analysis to in order to quantify the uncertainty of my coefficients estimated by the logistic regression. I´m using a glm(family=’binomial’) because my ...
0
votes
0answers
162 views

interactions in glm() in a split plot design [closed]

I have a split plot design, where Var2 and VAr3 are random distributed within Var1 Var1<-as.factor("yes","no") Var2<-as.factor("yes","no") Var3<-as.factor("yes","no") I´m trying to ...
1
vote
1answer
291 views

Offset not working in binomial GLM

I'm trying to fit a logistic regression using glm( family='binomial'). Here is the model: model<-glm(f_ocur~altitud+UTM_X+UTM_Y+j_sin+j_cos+temp_res+pp, offset=(log(1/off)), ...
3
votes
2answers
1k views

How to extract a p-value when performing anova() between two glm models in R

So, I'm trying to compare two models, fit1 and fit2. Initially, I was just doing anova(fit1,fit2), and this yielded output that I understood (including a p-value). However, when I switched my models ...
1
vote
1answer
76 views

Switch to other function when an error occurs and program breaks in R [duplicate]

Possible Duplicate: Exception handling in R I use glm.nb function to fit an NB model, but sometimes the program gives an error: Error in while ((it <- it + 1) < limit && ...
2
votes
1answer
148 views

How to obtain a LM object from regsubsets

Let's imagine we want to model the US State Public-School Expenditures (education) using income, young, urban and region as regressors. For more info: ?Anscombe Model: education ~ ...
1
vote
2answers
82 views

Vectorize glm and extract all information

I have a data set "keywords" with several groups. I want to apply glm to each group individually to create a list of glm fits with one fit for each group. I could do this with a for loop, but thats ...
1
vote
2answers
186 views

Logistic regression error

Test <- read.table("C:/Users/ARAB/Documents/user_table.csv", header=T) testlog <- glm(Conv ~ active_days, family=binomial("logit")) this is a code i am trying to run in R but am getting error ...
3
votes
1answer
862 views

Warning: non-integer #successes in a binomial glm! (survey packages)

I am using the twang package to create propensity scores, which are used as weigtings in a binomial glm using survey::svyglm. The code looks something like this: pscore <- ps(ppci ~ ...
0
votes
0answers
291 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
1answer
139 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
274 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. ...
3
votes
0answers
221 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 ...
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
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
215 views

Slow glm calculation when using rpy2

I want to calculate logistic regression parameters using R's glm package. I'm working with python and using rpy2 for that. For some reason, when I'm running the glm function using R I get much faster ...
3
votes
3answers
257 views

R : Pass argument to glm inside an R function

I am trying to get used to scoping issues in R. I'd like to call the function glm() inside a function but it does not work, apparently for scoping reasons I did not manage to fix with the functions ...
5
votes
3answers
383 views

Plot the Profile Deviance for a GLM fit in R

I would like to be able to plot the profile deviance for a parameter estimate fitted using the function glm() in R. The profile Deviance is the deviance function for different values of the parameter ...
0
votes
2answers
833 views

Using the ns() function from the splines package inside glm()

I'm trying to use the ns() function from the splines package with a poisson GLM I am using to test for significance of particulate matter concentration (pm.lag0) on health outcomes (Freq): > ...

1 2