Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Supported by

question re: lmer_crossvalidation_test()

Hi there,

I would like to test whether adding interaction terms to a model improves the model fit (as opposed to testing whether the estimate of an interaction is different from 0). So in R I would consider the significance of a predictor based on model comparisons (e.g., comparing a model including an interaction to one with only main effects). I wonder if it would be a valid approach to take the tested samples from the lmer_crossvalidation_test() output and rerun the model on these samples but using a likelihood-ratio-test to determine whether including an interaction significantly improves model fit.

I hope the question is clear and thanks in advance for any help.

Comments

Sign In or Register to comment.