predict_rf | R Documentation |
Runs model random forest object on new data
predict_rf(newdata, obj_rf, correction = c(1, 0))
obj_rf |
random forest object |
correction |
whether to correct covariate shift, in which case two coefficients (alpha,beta) should be provided. Defaults to (1,0) i.e. no correction. |
data |
data with variables Q, rT_Q, S |
Wdata completed with column Ypred (log of hourly flux) and Npred (hourly flux)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.