Search found 530 matches

by mcfanda@gmail.com
Thu Nov 02, 2017 8:36 am
Forum: Module development
Topic: Mixed Models Module
Replies: 98
Views: 151767

Re: Mixed Models Module

and the same goes with "lsmeans" package. If I run any other modules that uses it (ANOVA post-hoc) first, it works on my module too. If I run my module first, it crashes at the line when lsmeans is executed.
by mcfanda@gmail.com
Thu Nov 02, 2017 8:25 am
Forum: Module development
Topic: Mixed Models Module
Replies: 98
Views: 151767

Re: Mixed Models Module

weired things happening here :-). After checking all versions (that seem to be ok), here is what happens: If I open jamovi, load a file, run any standard module that uses car (say ANOVA), then run one of my module analyses (say GLM), everything works fine. If I open jamovi, load the same file, and r...
by mcfanda@gmail.com
Wed Nov 01, 2017 10:09 am
Forum: Module development
Topic: Mixed Models Module
Replies: 98
Views: 151767

Re: Mixed Models Module

jamovitron 1.7.8-2

(I'm in amsterdam/rome TZ, but I have a random sleeping pattern, sort of)
by mcfanda@gmail.com
Wed Nov 01, 2017 1:59 am
Forum: Module development
Topic: Mixed Models Module
Replies: 98
Views: 151767

Re: Mixed Models Module

no joy here. Updated and re-installed. jmvtools::install() hangs with no feedback.
by mcfanda@gmail.com
Tue Oct 31, 2017 9:51 pm
Forum: Module development
Topic: Mixed Models Module
Replies: 98
Views: 151767

Re: Mixed Models Module

hi
jmvtool 0.8.4 , R 3.4.2,
installed by
#install.packages('jmvtools', repos=c('https://repo.jamovi.org', 'https://cran.r-project.org'))
on
Linux xps 4.13.0-16-generic #19-Ubuntu SMP Wed Oct 11 18:35:14 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
by mcfanda@gmail.com
Tue Oct 31, 2017 9:14 am
Forum: Module development
Topic: Mixed Models Module
Replies: 98
Views: 151767

Re: Mixed Models Module

However, I just updated to ubuntu 17.01, with R 3.4.2, updated jamovi 08.1.1-1, and while compiling I get > jmvtools::check() jamovi compiler TypeError: Cannot read property '1' of null at Object.check (/home/marcello/R/x86_64-pc-linux-gnu-library/3.4/jmvtools/node_modules/jamovi-compiler/installer....
by mcfanda@gmail.com
Tue Oct 31, 2017 9:02 am
Forum: Module development
Topic: Mixed Models Module
Replies: 98
Views: 151767

Re: Mixed Models Module

Hi Ravi, thanks a lot for the review. I'm preparing version 0.0.7 with all your suggestions implemented, fixes, and multinomial model. As regards the poisson model is basically the log-linear model with continuous and categorical independent variables. I called poisson rather than log-linear because...
by mcfanda@gmail.com
Fri Oct 27, 2017 4:57 pm
Forum: Module development
Topic: Mixed Models Module
Replies: 98
Views: 151767

Re: Mixed Models Module

Hi, just pushed a new version on github (https://github.com/mcfanda/gamlj), with * the generalized linear model (logistic, poisson, multinomial) * estimated marginal means (for all model families) * confidence intervals (for all models families). Any change to have a look at it, please let me know i...
by mcfanda@gmail.com
Thu Oct 26, 2017 8:07 am
Forum: General
Topic: Small bug (or strange behavior) in ANOVA/ANCOVA
Replies: 2
Views: 3559

Re: Small bug (or strange behavior) in ANOVA/ANCOVA

HI you're right, I can think of one case which might make sense here: when there are missing values. ifl you select your predictors in the variables panel and then run different analyses with different models, you're sure that all the models are estimated on the same sample. I', going to open a gith...
by mcfanda@gmail.com
Tue Oct 24, 2017 9:27 am
Forum: General
Topic: Small bug (or strange behavior) in ANOVA/ANCOVA
Replies: 2
Views: 3559

Small bug (or strange behavior) in ANOVA/ANCOVA

Hi I notice a small bug in ANOVA/ANCOVA modules, (it might be intended). In Assumptions check there is the Levene test that test the equivalence of variances across groups. At the moment, it checks all groups defined by the combinations of levels in the variables put in factors. However, if one chan...