Code
fit(hpc_basic, hpc_bad_form, data = hpc, control = ctrl)
Condition
Error:
! object 'term' not found
Code
f_fit <- spec %>% fit(body_mass_g ~ ., data = penguins)
Condition
Warning:
! 1000 samples were requested but there were 333 rows in the data.
i 328 samples will be used.
Code
xy_fit <- spec %>% fit_xy(x = penguins[, -6], y = penguins$body_mass_g)
Condition
Warning:
! 1000 samples were requested but there were 333 rows in the data.
i 328 samples will be used.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.