mcsiple/mmrefpoints

AEP: 08_get_dc.R

mcsiple opened this issue · 2 comments

  • Implement edits to the documentation as suggested
  • Why no example? I added one
  • Why not pass “A” into this function – otherwise you compute it each function call. Similarly I would pass N0 and P0 into the function – again speeds things up.
  • Any chance of getting default ordering of the parameters – I had it would match ce.

Added edits to documentation with 31d5aeb
Ordered parameters as in ce() with a818142

Pass A instead of lambdaMax to get_diff() 31d5aeb