Search found 1 match

by ktavabi
Mon Jul 20, 2020 11:16 pm
Forum: Statistics
Topic: Likelihood estimate test
Replies: 1
Views: 3404

Likelihood estimate test

Greetings,
Is it by any means straightforward to use Rj editor to compare likelihoods for two gamlj objects? E.g.

Code: Select all

null<-Y~ 1+x+(1|sid)
m1<-gamlj::gamljMixed(null...)
f<-Y~ 1+x+x1+(1|sid)
m2<-gamlj::gamljMixed(f...)
anova(m1, m2)
Thanks in advance,
Kam