python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Why are the results of the gamm4 function of the gamm4 package different from the standard error displayed by $mer and $gam?
id:268levels
group:10levels
I used the gamm4 function of the package gamm4 to fit the following model.
gamm4_1 <- gamm4(y~z1+z2+z3+age+height+time+bmi,random=~(1|id)+(1|group),data=data,family=bino...

thi
Votes: 0
Answers: 0
R GAM producing different results via group argument
I have some hourly data over 24 hrs across a year, by 7 groups. When I fit a gam (mgcv::gam) I use the by= argument to produce 7 different fitted lines - it produces some odd looking fits. However whe...

Sam
Votes: 0
Answers: 1
mgcv::k.check equivalent for GAM in brms
I am doing HGAM with the brm function (brms package). For now, I kept the default k = 10, but I want to know if I should set k higher. I know that the function k.check in the mgcv package does that di...
Julien Beaulieu
Votes: 0
Answers: 0
Error while predicting a GAM model using tidymodels
WHAT I WANT: I'm trying to fit a GAM model for classification using tidymodels on a given data.
SO FAR: I'm able to fit a logit model.
library(tidymodels)
#> Registered S3 method overwritten by 'tu...
Tito Sanz
Votes: 0
Answers: 1