Description Usage Arguments Examples
calculate RMSE of null model
1 | null_model(train_y, test_y)
|
train_y |
vector with train outcome variable |
test_y |
vector with test outcome variable |
1 2 3 4 | ## Not run:
null_model(train_y = train$Ozone, test_y = test$Ozone)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.