gluc / ahp

Analytical Hierarchy Process (AHP) with R
98 stars 41 forks source link

Extend random index range #10

Closed mestinso closed 7 years ago

mestinso commented 7 years ago

Used more accurate random index values for n=3-8. Also added random index values for n=9-15, 16+

codecov-io commented 7 years ago

Codecov Report

Merging #10 into master will decrease coverage by -1.69%. The diff coverage is 28.57%.

@@            Coverage Diff             @@
##           master      #10      +/-   ##
==========================================
- Coverage   95.65%   93.96%   -1.69%     
==========================================
  Files           7        7              
  Lines         391      398       +7     
==========================================
  Hits          374      374              
- Misses         17       24       +7
Impacted Files Coverage Δ
R/ahp_functions.R 73.68% <28.57%> (-16.64%) :x:

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 33d284f...829634c. Read the comment docs.

gluc commented 7 years ago

Thanks a lot, no objection. I changed the base branch of the pull request to dev, as I use master only for releases.