Ed Merkle

Results 18 comments of Ed Merkle

Yes, I mean that we look at effective number of parameters under DIC, WAIC, LOO. If DIC is negative, or if they differ by "alot" (maybe some percentage away from...

Thanks for filing the issue, and here are a few more thoughts: I looked at how the model log-likelihood (from `logLik()`) is being computed for the model above. It uses...

Thanks for pinging. This got lost in other feature development, though I made some partial progress. I will look at it in the coming days. But functionality for ordinal data...

Thanks for the report! The `ptot` object is internal to blavaan and is used to translate the model to Stan. So something is wrong, but I haven't been able to...

I looked at this some more, and I am guessing you have missing data (NA values). If so, blavaan cannot yet handle missing data in two-level models. But I should...

No problem, and if you can install from github, it should now automatically do listwise deletion and display a NOTE about it. Instructions for installing from github are at the...

The fix described above is now available in blavaan 0.5-4 on CRAN. If you have further problems here, please reopen!

I inherited that line from lavaan, I think at the start of blavaan. For example, you can find it in lavaan [here.](https://github.com/yrosseel/lavaan/blob/36b0a3b586da05846e970a1075da5337ab82f67a/R/lavaan.R#L837) I am not sure about the intent, and...