beacon-biosignals / Effects.jl

Effects Prediction for Regression Models
MIT License
19 stars 4 forks source link

Allow user-specified `vcov` computation #27

Closed palday closed 1 year ago

palday commented 3 years ago

Right now, we use StatsBase.vcov but we could add a kwarg vcov=StatsBase.vcov that allows the user to specify an alternative computation (e.g. based on robust standard errors or the like).

(Inspired by a question at JuliaCon)