Search Archives
Search tips
from:Name
Search by author name, e.g. from:Duncan Murdoch
"exact phrase"
Match an exact phrase
word1 word2
Match messages containing both words
Date range
Use the date pickers to filter results to a time period
Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.
I somehow solved the problem - kind of. The data set on which I ran the GAM model contains many more variables than are needed in the model, so I created a new data set in R and reran the GAM...
Hi everyone, I can't figure out how to extract by-factor random effect adjustments from a gam model (mgcv package). Example (from ?gam.vcomp): library(mgcv) set.seed(3) dat <- gamSim(1,n=400,dist="normal",scale=2) a...
Hi Simon, Thanks for your reply. m <- bam(Correct ~ cEnglishTotal + te(WSTResid, RavenResid) + s(Stimulus, bs="re") + s(Subject, bs="re"), data = dat, family = "binomial") # cEnglishTotal, WSTResid and RavenResid are continuous variables; Correct, Stimulus and Subject are factors. > vis.gam...
Hi everyone, I ran a binomial GAM consisting of a tensor product of two continuous variables, a continuous parametric term and crossed random intercepts on a data set with 13,042 rows. When trying to plot the tensor product with...
Can't find what you're looking for? Try searching with Google .