fit_method.smooth.spline: Compute smooth.spline fit of growth trajectory

Description Usage Arguments Note

View source: R/analysis_fit_methods.R

Description

Compute smooth.spline fit of growth trajectory

Usage

1
2
## S3 method for class 'smooth.spline'
fit_method(dat, ...)

Arguments

dat

data frame specifying x and y coordinates of data to fit

...

additional parameters passed to smooth.spline

Note

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.


hafen/hbgd documentation built on March 1, 2020, 5:31 p.m.