xKDR / Survey.jl

Analysis of complex surveys
https://xkdr.github.io/Survey.jl/
GNU General Public License v3.0
53 stars 19 forks source link

Add HartleyRao for `SurveyDesign` #227

Closed smishr closed 1 year ago

smishr commented 1 year ago

I couldnt get R to match these results like for like. R isnt quite using Hartley Rao algorithm.

codecov-commenter commented 1 year ago

Codecov Report

Merging #227 (2a90d8a) into main (f5d256b) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main      #227   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           12        13    +1     
  Lines          183       188    +5     
=========================================
+ Hits           183       188    +5     
Impacted Files Coverage Δ
src/hr.jl 100.00% <100.00%> (ø)
src/total.jl 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

smishr commented 1 year ago

moved to #247