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

Enhancement: Support for unicode variable name #387

Open
shun2wang opened this issue Oct 9, 2024 · 0 comments
Open

Enhancement: Support for unicode variable name #387

shun2wang opened this issue Oct 9, 2024 · 0 comments

Comments

@shun2wang
Copy link

Thank you for developing such a wonderful package!

This may not be a very common request, but we do have issues with some other language text variables.The following grammar cannot be parsed because it contains non-Latin letters.
I can imagine most of the time people can solve this by recoding the variable names, I am asking this question here to discuss if there is a way to enhance it and your design intention.

library(lavaan)

model <- '
    因子 =~ 变量1 + x2 + x3

'
fit <- sem(model, data = PoliticalDemocracy)
summary(fit)

Thanks a lot.♥

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