kylebutts / jive

Jackknife Instrumental Variables Estimation
Other
10 stars 2 forks source link

sparse_model_matrix error from fixest package #5

Closed lrose1 closed 1 month ago

lrose1 commented 1 month ago

Apologies if this is something basic, but I cannot get the readme to work:

library(jive)
data(stevenson)

ijive(
  guilt ~ i(black) + i(white) | bailDate | jail3 ~ 0 | judge_pre,
  data = stevenson
)

Error: 'sparse_model_matrix' is not an exported object from 'namespace:fixest'

lrose1 commented 1 month ago

Ah nevermind sorry it's just #2