corr_focus | R Documentation |
Select a set of variables from a correlation matrix to keep as the columns, and exclude these or all other variables from the rows.
corr_focus(model, ...)
model |
A model computed with |
... |
One or more unquoted variable name separated by commas. Variable
names can be used as if they were positions in the data frame, so
expressions like |
A tibble
corr_coef(data_ge2) |> corr_focus(PH)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.