View source: R/get_model_data.R
filter_model_data | R Documentation |
Based on the filter_na
argument, data is filtered for modelling based on
NA
values within df
.
filter_model_data(df, formula_vars, filter_na)
df |
Data frame of model data. |
formula_vars |
Character vector of variables used in the model. Can be
extracted from a formula using |
filter_na |
Character value specifying how, if at all, to filter |
A data frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.