beacon-biosignals / Effects.jl

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

allow user-specified vcov function #49

Closed palday closed 1 year ago

palday commented 1 year ago

closes #27

codecov[bot] commented 1 year ago

Codecov Report

Merging #49 (c90b287) into main (8877505) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main       #49   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines          151       151           
=========================================
  Hits           151       151           
Impacted Files Coverage Δ
src/regressionmodel.jl 100.00% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

palday commented 1 year ago

@kleinschmidt Maybe? I'm not sure how much more validation we can do here and the contract is more or less the same as StatsBase.vcov. The idea is to allow robust or sandwich type estimators.