generate_features.Rd
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