Description Usage Arguments Value Examples
View source: R/fit_model_to_data.R
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.
1 2 | 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.
1 | fit_model_to_data(model = sutherland_model, results = sutherland_results)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.