lm
modelCode
result_lm_tbl
Output
# A tibble: 3 x 3
variable vif result
<chr> <dbl> <chr>
1 disp 7.32 highly correlated
2 wt 4.84 moderately correlated
3 hp 2.74 moderately correlated
_lm
modelCode
result_linreg_tbl
Output
# A tibble: 3 x 3
variable vif result
<chr> <dbl> <chr>
1 disp 7.32 highly correlated
2 wt 4.84 moderately correlated
3 hp 2.74 moderately correlated
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.