general_descript_stats: general_descript_stats

Description Usage Arguments Details Value Note Author(s)

View source: R/stats.R

Description

Create a descriptive analysis from a numeric variable based on the levels of factor variables from a dataset.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
general_descript_stats(
  df,
  num_int_var,
  statistical_choice = c("TABLES.FREQUENCY.BOUNDARIES",
    "TABLES.FREQUENCY.DESCRIPTIVE_FREQUENCY", "TABLES.MODE.MODE_VALUE",
    "TABLES.MODE.MODE_DESCRIPTION", "TABLES.TENDENCY.CENTRAL_TENDENCY",
    "TABLES.TENDENCY.DISPERSION_TENDENCY",
    "TABLES.STATISTICAL_COEFFICIENTS.COEFFICIENTS",
    "TABLES.STATISTICAL_COEFFICIENTS.COEFFICIENTS_DESCRIPTION",
    "TABLES.CONDITIONAL.CONDITIONAL_FREQUENCY",
    "TABLES.CONDITIONAL.CONDITIONAL_EXPENCTATION", "PLOTS.DESCRIPTIVE_FREQUENCY.OGIVE",
    "PLOTS.DESCRIPTIVE_FREQUENCY.CUMMULATIVE", "PLOTS.DESCRIPTIVE_FREQUENCY.HISTOGRAM",  
       "PLOTS.CENTRAL_TENDENCY.GENERAL_BOXPLOT", "PLOTS.CENTRAL_TENDENCY.BINS_BOXPLOT",
    "PLOTS.ANALYZING_MEANS.STANDARD_ERROR", "PLOTS.ANALYZING_MEANS.COMPARING_MEANS")
)

Arguments

df

dataset to obtain the descriptive statistical analysis

num_int_var

ONE NUMERICAL VARIABLE from the dataset

statistical_choice

Type of descriptive statistical analysis

Details

This function allows you to return different types descriptive statistic analysis from a numeric variable based on the levels of factor variables from a dataset.

Value

"This function returns different results based on the arguments statistical_choice argument".

Note

Author(s)

Eduardo Trujillo


1Edtrujillo1/udeploy documentation built on July 13, 2021, 9:12 p.m.