skim_metrics | R Documentation |
A reduced skimmer for metric variables Returns a five point summary, mean and sd, items count and alpha for scales added by add_index()
skim_metrics(data, ..., .data_name = NULL)
A skimmer, see skim_with
library(volker)
data <- volker::chatgpt
skim_metrics(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.