Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parameterEstimates() credible interval #2

Open
davidp6 opened this issue Jan 17, 2017 · 3 comments
Open

parameterEstimates() credible interval #2

davidp6 opened this issue Jan 17, 2017 · 3 comments

Comments

@davidp6
Copy link

davidp6 commented Jan 17, 2017

Dear creators,

I noticed that there are differences between summary(fit) and parameterEstimates(fit).

The parameterEstimates() function seems to be identical to its lavaan counterpart, and thus assumes Gaussian priors for all parameters. It would be very useful to convert the ci.lower and ci.upper output from this function to HPD.

Thanks,
David

@ecmerkle
Copy link
Owner

ecmerkle commented Jan 19, 2017 via email

@ecmerkle
Copy link
Owner

Yves has recently set "se" to FALSE when passing non-lavaan objects to parameterEstimates(). While the Bayesian results are not (yet) included here, this at least removes the issue of somewhat-confusing results being displayed by default.

Ed

@ecmerkle
Copy link
Owner

ecmerkle commented Sep 5, 2019

Lost track of this one, but two possibilities here (more for myself than anyone else): see the boot.ci.type argument of parameterEstimates() for alternative ways of handling SEs and intervals. Alternatively, maybe change fit@Options$se to "mcmc", but it might break other lavaan commands.

ecmerkle pushed a commit that referenced this issue May 20, 2023
update to merkle branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants