DoseResponse / drc

Fitting dose-response models in R
https://doseresponse.github.io/drc/
21 stars 16 forks source link

Update ED.drc.r #6

Closed OnofriAndreaPG closed 4 years ago

OnofriAndreaPG commented 5 years ago

The proposed change would allow the user to enter either a function or a variance-covariance matrix. This is useful to be able e.g. to use the vcovCL() function, which requires a 'cluster' argument. At the moment, the 'cluster' argument is not accepted by the ED() function, but, once the proposed change is incorporated, the user will be able to use the vcovCL() function to calculate a cluster robust variance-covariance matrix and pass it to the ED() function as an argument.

codecov-io commented 5 years ago

Codecov Report

Merging #6 into master will decrease coverage by <.01%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #6      +/-   ##
==========================================
- Coverage   12.27%   12.26%   -0.01%     
==========================================
  Files         115      115              
  Lines        6722     6724       +2     
==========================================
  Hits          825      825              
- Misses       5897     5899       +2
Impacted Files Coverage Δ
R/ED.drc.R 0% <0%> (ø) :arrow_up:

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 7f9e262...3f608fd. Read the comment docs.