How to add a coefficient to a exponential regression in lm()

前端 未结 0 1011
长情又很酷
长情又很酷 2020-11-27 22:54

I would like to apply the following fit:

lm(target ~ 60*exp(-0.02764*predictor), data=df)

but when I do I receive:

Error in te         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题