Description Usage Arguments Note
View source: R/analysis_fit_methods.R
Compute smooth.spline fit of growth trajectory
1 2 | ## S3 method for class 'smooth.spline'
fit_method(dat, ...)
|
dat |
data frame specifying x and y coordinates of data to fit |
... |
additional parameters passed to |
The trajectory fitting functions are most easily accessed through calling fit_trajectory
with the method
argument to specify the modeling approach to use.
These fitting functions can easily be replaced by simply calling the associated R methods, but are provided for convenience to standardize input/output to simplify swapping fitting methods.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.