Description Usage Arguments Value Examples
View source: R/FIT-leastSquares.R
This function fits a single scan using the models provided.
1 2 | fit_models_to_x_y(models, x, y, control, brute_force = FALSE,
brute_force_grid_size = 1)
|
models |
The models to use |
x |
The x data to fit |
y |
The y data to fit |
control |
The nls control parameters |
brute_force |
Should brute force the starting parameters |
brute_force_grid_size |
Number of parameters to try for every constraint during the brute force. |
The least-squares result
1 | fit_models_to_x_y(models, x, y)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.