Search found 3 matches

by jochen
Fri Aug 20, 2021 8:23 am
Forum: General
Topic: possible error in medmod
Replies: 6
Views: 11929

Re: possible error in medmod

the point goes to ravi: centering is the solution.

many thanks to all of you,

camila and jochen
by jochen
Thu Aug 19, 2021 10:53 am
Forum: General
Topic: possible error in medmod
Replies: 6
Views: 11929

Re: possible error in medmod

thanks jonathon for your fast response. but when i use lavaan, i get results identical to the ones i get from lm. and for such simple data without missings i have expected this. have a look: rm(list = ls(all = TRUE)) # clears workspace require(MASS) require(lavaan) n <- 1000 # set sample size x <- m...
by jochen
Wed Aug 18, 2021 1:27 pm
Forum: General
Topic: possible error in medmod
Replies: 6
Views: 11929

possible error in medmod

dear jamovi makers, first, we would like to make you a compliment. jamovi is great! but we may have encountered an error on medmod. generate a data set wirh the followin r-code rm(list = ls(all = TRUE)) # clears workspace require(MASS) n <- 1000 # set sample size x <- mvrnorm(n = n, 0, 1, tol = 1e-6...