Description Usage Arguments Details Note Examples
View source: R/analysis_fit_methods.R
Get the result of fitting brokenstick to a dataset
| 1 2 | ## S3 method for class 'brokenstick'
fit_method(dat, ...)
 | 
| dat | data frame containing variables to model | 
| ... | additional parameters passed to  | 
This essentially gets an anthropometric dataset into shape for brokenstick (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.