Fit the percentage of cases in the first year using the estimation model and original results of sutherland et al. using sum of least squares.
fit_model_to_data(model = sutherland_model, results = sutherland_results, ...)
model | Model function to fit, by default uses |
---|---|
results | Orginal results, by default uses |
... | Pass additional to |
The best fitting value for the percentage of cases in the first year using the sum of least squares.
fit_model_to_data(model = sutherland_model, results = sutherland_results)#> [1] 0.7639907