nls.multstart icon indicating copy to clipboard operation
nls.multstart copied to clipboard

Non-linear regression in R allowing multiple start parameters

Results 3 nls.multstart issues
Sort by recently updated
recently updated
newest added

I have been wandering around to find a good way for global fitting in R. I used nls.multstart and it works predictably (awesome package) I want to use this package...

Hey everyone, (first post here 😃 ) I have been running the same script once or twice already but this time, for some reason it does not work. I have...

Currently `iter` needs either a single number (for shotgun or lhs) or a vector of numbers (if using gridstart). This could be made more efficient by doing a single number...