Description Usage Arguments Author(s) Examples
Saves a model in the directory chosen at the beginning of the current
Hugo Investigation in the subfolder 'gallery' in .rda file. In addition, the function
saves a summary in .md file based on tidy data frames from package broom
.
Be aware that it can be done only for models supported by broom
.
1 | hugo_memorise_model(model = NULL, name = substitute(model))
|
model |
a model to be saved |
name |
a name of files |
Malgorzata Lazecka
1 2 3 4 5 | ## Not run: mod.lm <- lm(Sepal.Length ~ Petal.Length, data = iris)
hugo_memorise_model(mod.lm, name = "model.iris")
# Or save as "mod.lm":
hugo_memorise_model(mod.lm)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.