-
Notifications
You must be signed in to change notification settings - Fork 0
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
39 adjusted standard errors #64
Conversation
…ard-errors # Conflicts: # NAMESPACE # R/get_fscore.R
- Fix `paste0` issue when returning the `tspaModel` attribute
- Allow for fixed/free parameters in the covariances of `fsL` and `fsT`
#' of factor `"_by_"` factor scores, and the error variance-covariance | ||
#' of the factor scores (with prefix `"evfs_"`). The following are | ||
#' also returned as attributes: | ||
#' * `fsT`: error covariance of factor scores |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is fsT
the new name of vc
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Winnie, yes I should have mentioned this earlier. I now used fsT
for the Theta
(error covariance) matrix of factor scores, and fsL
for the loading matrix.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the clarifications!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I only have a few minor suggestions for the vignette. The overall picture of the correction is clear. I think I need a bit more time to understand how to derive the Jacobian matrix. But once we get the Jacobian matrix, I think it's straightforward to get the correction. Thanks for putting things together and cleaning up all the scripts!
#' of factor `"_by_"` factor scores, and the error variance-covariance | ||
#' of the factor scores (with prefix `"evfs_"`). The following are | ||
#' also returned as attributes: | ||
#' * `fsT`: error covariance of factor scores |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the clarifications!
Thanks Winnie! |
No description provided.