salbalkus / CausalTables.jl

A new type of Table to store and simulate data for causal inference in Julia.
https://salbalkus.github.io/CausalTables.jl/
MIT License
0 stars 0 forks source link

Allow treatment, response, controls, etc. to be specified as strings instead of Symbols #17

Open salbalkus opened 7 months ago

salbalkus commented 7 months ago

Currently the package only supports specifying variables using the julia :name syntax. It would also be nice to allow "name" as an input as well.