Description Usage Arguments Details Note Examples
View source: R/analysis_fit_methods.R
Get the result of fitting a Laird and Ware linear or quadratic model to a dataset
1 2 | ## S3 method for class 'lwmod'
fit_method(dat, ...)
|
dat |
data frame containing variables to model |
... |
additional parameters, most notably |
This essentially gets an anthropometric dataset into shape for sitar
(sets appropriate data structure and removes missing values) and runs the fitting routine.
The settings for x_trans
and y_trans
must match that used in fit_trajectory
and appropriate inverse transformations must be set there accordingly as well.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.