my_df_estadisticos_basicos: Gets a summary for the given data frame.

Description Usage Arguments Examples

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

1

Arguments

data

(a data frame)

print

(default to FALSE)

Examples

1
my_estadisticos_basicos(cars)

perezp44/pjp.funs documentation built on May 10, 2019, 8:27 a.m.