Closed pontusps closed 4 years ago
Thanks for the issue! This is definitely a bug. I'll look into this asap.
Thanks for bringing this up. This is now resolved in https://github.com/mathesong/kinfitr/commit/d11d003c2314d7e3ee146f2d77e72c966bde3e8d .
Hi,
Great package, I really enjoy using it.
I was playing around with fitting input functions and I think i discovered a bug in the
blmod_exp
function.Works as intended. However, when you define starting parameters yourself, then it buggs out:
Produces: Error in purrr::map(startvals, ~(.x - abs(.x 0.5))) : object 'startvals' not found*
I think
startvals
never gets defined when the user supply inputargstart
, but then the code calls onstartvals
at a later point anyways (e.g. line 16 and 25).Hope it can be solved whenever you have the time! 😃