For questions relating to generalized linear models.
Here are two related questions but they are not duplicates of mine as the first one has a solution specific …
r glmFor some reason, when I specify glms (and lm's too, it turns out), R is not predicting missing values of …
r prediction missing-data glm lmIn analysis of categorical data, we often use logistic regression to estimate relationships between binomial outcomes and one or more …
r logistic-regression glmI have a lme object, constructed from some repeated measures nutrient intake data (two 24-hour intake periods per RespondentID): Male.…
r glmI want to add the fitted function from GLM on a ggplot. By default, it automatically create the plot with …
r plot ggplot2 glm interactionI'm following an analysis of German Credit data and I got an error which I'm failing to rectify because I …
r glmI am doing logistic regression in R. Can somebody clarify what is the differences of running these two lines? 1. glm(…
r regression glmI've got some coefficients for a logit model set by a non-r user. I'd like to import those coefficients into …
r glm predictI would like to know how to constrain certain parameters in lm() to have positive coefficients. There are a few …
r regression linear-regression glm lm