Description Usage Arguments Value Examples
View source: R/FIT-leastSquares.R
This function runs many fits to sample the landscape for local minima.
1 2 | fit_initial_brute_force(models, x, y, formula, upper, lower,
grid_points = 100)
|
models |
The models to use |
x |
The x data to fit |
y |
The y data to fit |
formula |
The nls formula |
upper |
The upper bounds |
lower |
The lower bounds |
grid_points |
The number of points in the grid to sample |
The best coefficients
1 | fit_initial_brute_force(models, x, y, formula, upper, lower)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.