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

Exporting matrices fails with uninformative error when dimnames contain invalid Stata names #39

Open
mronkko opened this issue Sep 14, 2024 · 0 comments

Comments

@mronkko
Copy link

mronkko commented Sep 14, 2024

Reproducible example:

rcall clear
rcall: A = matrix(1:6, nrow=2, byrow = TRUE, dimnames = list(c("A_1","B_2"),c("X.1","X.2","X.3")))
return list
mat list r(A)

The script fails with "factor-variable and time-series operators not allowed"

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