Code
form_pred(y ~ .)
Condition
Error in `terms.formula()`:
! '.' in formula and no 'data' argument
Code
form_pred(terms(y ~ .))
Condition
Error in `terms.formula()`:
! '.' in formula and no 'data' argument
Code
form_pred(y ~ (.)^2)
Condition
Error in `terms.formula()`:
! '.' in formula and no 'data' argument
Code
form_pred(terms(y ~ (.)^2))
Condition
Error in `terms.formula()`:
! '.' in formula and no 'data' argument
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.