View source: R/saeplus_selectmodel.R
saeplus_selectmodel | R Documentation |
This function performs model selection assuming data obtained from Open Street Maps, Google Earth Engine and other sources from which the SAEplus package functions pull and process geospatial data
saeplus_selectmodel(dt, outcomevar, xvars, drop_NA_tags = TRUE)
dt |
object of class data.table or data.frame |
outcomevar |
character vector of size 1 naming the outcome variable |
xvars |
the set of explanatory variables to be selected from |
drop_NA_tags |
if TRUE, variable names with "NA" in the names are dropped |
a list summarizing the lasso regression output as well as the set of coefficients
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.