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

Fix and improve estimate standardization #52

Merged
merged 1 commit into from
Nov 6, 2023
Merged

Conversation

maltelueken
Copy link
Collaborator

Changes the way estimates are standardized:

  • Now, three options are available: Unstandardized, mean-centered, standardized
  • All variables are standardized before any other computations are made (including three way interactions)
  • For listwise missing value deletion, only compute scaling based on complete cases; because listwise handling deletes incomplete cases, otherwise the the variables used by lavaan would not be correctly standardized anymore
  • Adds a footnote indicating that estimates etc. are standardized
  • Fixes a bug for calculating dummy variables with missing values

@maltelueken maltelueken merged commit b81f82e into master Nov 6, 2023
6 of 8 checks passed
@maltelueken maltelueken deleted the fix-standardization branch November 6, 2023 15:04
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

Successfully merging this pull request may close these issues.

1 participant