Returns the instrument-matrix column order used internally.
Examples
d <- data.frame(y = 1:4, x = 1:4, z = 4:1)
iv_inst_names(y ~ x | z, d)
#> [1] "(Intercept)" "z"
Returns the instrument-matrix column order used internally.
d <- data.frame(y = 1:4, x = 1:4, z = 4:1)
iv_inst_names(y ~ x | z, d)
#> [1] "(Intercept)" "z"