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

Handle missing items in get_fs() and tspa_mx() #62

Closed
5 tasks done
marklhc opened this issue Jul 14, 2023 · 2 comments
Closed
5 tasks done

Handle missing items in get_fs() and tspa_mx() #62

marklhc opened this issue Jul 14, 2023 · 2 comments
Assignees
Milestone

Comments

@marklhc
Copy link
Collaborator

marklhc commented Jul 14, 2023

The standard errors are not constant with missing data. Currently lavaan gives a different covariance for different missing patterns. Need to incorporate this into get_fs() for row-specific errors and loadings.

Then show an example of analyzing this in tspa_mx().

  • Compute factor scores with missing data
  • Compute standard errors with missing data
  • Include scoring matrix, fsL, fsT, etc, for each missing pattern
  • Unit test showing that our function gives same results as lavaan
  • Provide an example with OpenMx using individual-specific standard errors.
@marklhc marklhc self-assigned this Nov 10, 2023
@marklhc
Copy link
Collaborator Author

marklhc commented Nov 23, 2023

May need to restructure the internal structure for compute_fspars()

@marklhc marklhc added this to the 0.0.4 milestone Feb 22, 2024
@marklhc
Copy link
Collaborator Author

marklhc commented Mar 7, 2024

Add attributes to augment_lav_predict() for easier specification of cross-loadings and error covariances

marklhc added a commit that referenced this issue May 3, 2024
@marklhc marklhc closed this as completed in 7049090 Sep 6, 2024
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

1 participant