pjp_estadisticos_basicos: Crea un resumen de un data.frame.

View source: R/pjp_estadisticos_basicos.R

pjp_estadisticos_basicosR Documentation

Crea un resumen de un data.frame.

Description

Para cada variable del df calcula: número y porcentaje de valores cero (q_zeros and p_zeros respectevly). Same metrics for NA values (q_NA and p_na). Last two columns indicates data type and quantity of unique values. This function uses a df as inputs and returns a dataframe with the names and some chracteristics of the variables (colums) of the input dataframe. By the way, this function comes from the funModeling package made by Pablo Casas pabloc@datascienceheroes.com, gracias Pablo!! Solo le he añadido la opcion por defecto print=FALSE y modificado alguna cosa menor. Lo dejo tal cual para no tener dependencias This function print and return the results.

Usage

pjp_estadisticos_basicos(data, print = FALSE)

Arguments

data

(a data frame)

print

(default to FALSE)

Examples

pjp_estadisticos_basicos(cars)

perezp44/pjpv.curso.R.2022 documentation built on May 15, 2022, 1:22 p.m.