Skip to content

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

@mronkko

Description

@mronkko

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions