python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Compilation Error in jags.model: Runtime Error: Index out of range while running linear mixed model
I am trying to run linear mixed model in JAGS in R.
I am trying to see influence of year as a random factor on speciesTotal.
My code is:
data_glmm<-read.csv("data_bbs_11_19.csv")
Nyear<...
Harsh
Votes: 0
Answers: 0
R package lme4: modeling results changed recently
I've been using lme4 in R for linear mixed-effects modeling for a couple of years. I have some older scripts and data, and now I need to check a few output numbers. However, when I run the analysis on...
Alex M
Votes: 0
Answers: 0
linear mixed models: (in)appropriate factor level setup? + rank deficient matrix warning
I'm trying to run a mixed-effects model to look at the effects of three treatments on weight in two different groups. I have two questions - I'm really sorry if they're stupid ones. I have next to no ...
oregaymi
Votes: 0
Answers: 0
glmm: Standardize vs real-scale variables representation model
I standardized my input variables before glmm adjustments but in the final plot I have a problem with the real-world scale of my variables and the predicted values. In my example:
I make:
#Packages
l...
Leprechault
Votes: 0
Answers: 1