powered by
wtloss
Days
Weight
wtloss.fm <- nls(Weight ~ b0 + b1*2^(-Days/th), data = wtloss, start = list(b0=90, b1=95, th=120)) wtloss.fm plot(wtloss) with(wtloss, lines(Days, fitted(wtloss.fm)))
Run the code above in your browser using DataLab