-
Notifications
You must be signed in to change notification settings - Fork 36
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
Adding methods to get fitted, residual, and new predictions from lava… #25
base: master
Are you sure you want to change the base?
Conversation
…an, pending them being added to the main package.
Hi Jarrett, Thanks for the contribution! I really think this is something important missing from lavaan, and clearly there are many who would like this functionality. I just saw David Kaplan post about this on the lavaan board, and I reminded me I had not gotten back to you yet. I am slammed with teaching and won't have time to actively maintain semTools until February (lots of changes to make then!), but I linked him to your source code on your github fork. In the meantime, I have added a source tarball to the Terrence |
Hi Jarrett, I'm still hoping to have time to include this in the next version of semTools. Hopefully when lavaan goes to CRAN in about a month. Can you check whether your code still works with the latest development version of lavaan? Also, the
I think you intend to import particular functions from these packages instead. Can you list them explicitly and update the pull request?
Thanks! |
Hello, Would you like me to create a PR from my branch onto simsem:master, or onto jebyrnes:master? Also, please let me know if there is anything else you would need to make my changes package-worthy. Thanks! |
Thanks for picking this up again, Drake. I would just accept a pull request from your own clone with the additional commit(s), and add you both to the
I think the calculations would be more complicated when Finally, perhaps the function names could be extended to |
Thanks for the feedback. I'll look to make those changes and submit a new PR when I'm done. p.s. Congratulations, by the way! |
Hi Drake, I just made some updates, some of which are related to R 4.0, so please make sure you are working with that version when you test your new PR (also use the latest lavaan 0.6-6). FYI, I am about to submit a new semTools to CRAN. No rush on your new PR; I can include it in the next version. |
Thanks for letting me know. Exam season is here, so I probably won't be able to update and finish the changes before mid-June. |
Adding methods to get fitted, residual, and new predictions from lavaan, pending them being added to the main package. I had a hard time compiling the package with devtools given a few of the scripts. Perhaps could you put a package build file in the master branch? If this all goes through, I'll add my lavSpatialCorrect script back shortly.