generate_features | R Documentation |
Given a list of group-fits produced by 'group_fit_series', this function generates features for each group-fit by summarizing the fitted parameters.
generate_features(list_fits, data = FALSE)
list_fits |
A list of group fits returned by group_fit_series |
data |
A indicator decides if the data features should be included or not. |
A data frame of features for each group. If features are all -1, it means all the fits of the group are NAs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.