jmboehm / GLFixedEffectModels.jl

Fast estimation of generalized linear models with high dimensional categorical variables in Julia
Other
33 stars 6 forks source link

add probit tests #28

Closed caibengbu closed 3 years ago

caibengbu commented 3 years ago

This pull request adds probit tests to the package. The target value is obtained from alpaca::feglm with dev.tol set to 1e-10 instead of the default 1e-8.

Related Issue: #27

codecov[bot] commented 3 years ago

Codecov Report

Merging #28 (0e1c744) into master (115e138) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #28   +/-   ##
=======================================
  Coverage   80.00%   80.00%           
=======================================
  Files          13       13           
  Lines         565      565           
=======================================
  Hits          452      452           
  Misses        113      113           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 115e138...0e1c744. Read the comment docs.