pjp_f_estadisticos_basicos: Gets a summary for the given data frame.

View source: R/pjp_f_estadisticos_basicos.R

pjp_f_estadisticos_basicosR Documentation

Gets a summary for the given data frame.

Description

For each variable in the df it returns: Quantity and percentage of zeros (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_f_estadisticos_basicos(data, print = FALSE)

Arguments

data

(a data frame)

print

(default to FALSE)

Examples

pjp_f_estadisticos_basicos(cars)

perezp44/pjpv2020.01 documentation built on May 4, 2022, 11:37 p.m.