View source: R/02_data_preparation.R
model_datasets | R Documentation |
The model_datasets
function creates the respective reduced datasets that should be used
to model each response variables. For instance, if response.var = "overlaps"
, the function will
produce a dataset containing reg_stripsoverlap as the response variable and a subset of
variables to be used as predictors/explanatory variables (removing all the variables that
should not be used to model reg_stripsoverlap's variations).
model_datasets(
response.var = c("efficiency", "edges", "overlaps", "tarpedarea")
)
response.var |
A character string specifying which modelling dataset should be produced (either: efficiency", "edges", "overlaps", or "tarpedarea"):
|
A tibble.
## Not run:
eff_model <- model_datasets(response.var = "efficiency")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.