Questions tagged [glmulti]
21 questions
0
votes
1 answer
Strange glmulti results: Why are interaction variables from the candidate model dropped/not included?
I have been using glmulti to obtain model averaged estimates and relative importance values for my variables of interest. In running glmulti I specified a candidate model for which all variables and interactions were included based on a priori…

R.Timmers
- 3
- 4
0
votes
0 answers
glmulti: assigning a predict function for glmer with two nested random variables
I'm trying to use glmulti with glmer for model averaging and to get model averaged predictions. I've followed examples in the glmulti documentation ('Using glmulti with any type of statistical model, with examples', included with package) and…

Thomas
- 392
- 5
- 18
0
votes
1 answer
Add the multiple regression equation to a segmented graph
I found this example helpful from RDocumentation and I'd like to explore it further. The code below was adapted from https://www.rdocumentation.org/packages/segmented/versions/0.5-2.1/topics/plot.segmented
GDD<- c(221.2765957446810000,
…

Little Bee
- 1,175
- 2
- 13
- 22
0
votes
0 answers
model averaged coefficients of linear mixed models in glmulti? Fix no longer works
I'm using the glmulti package to do variable selection on the fixed effects of a mixed model in lme4. I had the same problem retrieving coefficients and confidence intervals that was solved by the author of the package in this thread. Namely using…

JHegg
- 61
- 1
- 10
0
votes
1 answer
How to reinstall Java in R in order to make rJava loadable?
I have been trying to download and use the package glmulti, but have found no success, since there the error Error: package ‘rJava’ could not be loaded is continually yielded.
After doing some googling, I found that the solution was to reinstall…

Bob McBobson
- 743
- 1
- 9
- 29
-1
votes
1 answer
linear regression using dataset with missing values
I have data on the effect sizes for 14 variables (var1-var14). Each value is the effect size of a specific treatment on a certain variable. Missing values are due to that some articles did not consider certain variables. A positive value show…

SOF_helps
- 1
- 1