0

I'm using a package called NPLR for dose response fitting and plotting. I love the package but on the display it says IC50 when in reality my curves are EC50's. It's literally one character I need to change in the source but I don't know how to access the source code for the package. Is it possible to do this?

-Justin

Ted Mosby
  • 1,426
  • 1
  • 16
  • 41
  • 3
    Just type in the function name in your console to see the function definition. Then you should be able to copy it and create your new (adjusted) function. Or contact the package maintainer if you think it's a bug. – talat Nov 17 '15 at 14:26
  • 2
    you should probably `myEst <- edit(nplr:::.addEstim)` instead since there are some other unexported functions within that function – rawr Nov 17 '15 at 15:10
  • Another way to get functions (also internals) from a package is to use `getAnywhere("function")` – Ewoud Nov 17 '15 at 16:52

0 Answers0