Description Usage Arguments Value
Accuracy matrix of aggregating random forest using lasso
1 2 3 4 5 6 7 8 9 10 11 | rf_Lasso_LUR(
variabledf,
vis = F,
numtrees = 2000,
mtry = 33,
y_varname = c("day_value", "night_value", "value_mean"),
training,
test,
grepstring,
...
)
|
variabledf |
the dataframe containing predictors and dependent variable |
vis |
if true, plot variable importance |
y_varname |
name of the dependent variable. |
training |
the index for the rows used for training. |
test |
the index for the rows used for testing. |
grepstring |
the variable/column names of predictors in Lasso, grepl stlye, e.g. 'ROAD|pop|temp|wind|Rsp|OMI|eleva|coast' |
plot variable importance and an error matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.