View source: R/core-functions.R
rnp_summary_all | R Documentation |
Sumario estatistico geral
rnp_summary_all(base)
base |
data.frame de entrada |
Calcula estatisticas descritivas para todos os vetores numpericos de uma base de dados. Se tiver variaveis categoricas, a funcao os ignora.
data.frame com as estatisticas por variaveis.
LOPES, J. E
## Not run: require(rnp) data(dm_ies) tmp <- rnp_summary_all(dm_ies$VL_RECEITA_PROPRIA) # Variaveis numericas head(tmp$num) # Variaveis categoricas head(tmp$cat) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.