Nothing
Code
.convert_form_to_x_fit(~., mtcars, composition = "invalid")
Condition
Error in `.convert_form_to_x_fit()`:
! `composition` should be <data.frame> or <matrix>.
Code
.convert_form_to_x_fit(~., mtcars, weights = letters[1:32])
Condition
Error in `.convert_form_to_x_fit()`:
! The `weights` must be a numeric vector.
Code
.convert_form_to_x_fit(~., mtcars, bad_arg = 1)
Condition
Error in `check_form_dots()`:
! The argument `bad_arg` cannot be used to create the data.
i Possible arguments are: `subset` and `weights`.
Code
.convert_form_to_x_new(fit$preproc, mtcars, composition = "invalid")
Condition
Error in `.convert_form_to_x_new()`:
! `composition` should be either `data.frame` or `matrix`.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.