default_calc_normal: default_calc_normal
Description
generates the code that creates the asymmetry table.
Usage
default_calc_normal(
data = "datos",
label.yes = "Positiva",
label.no = "Negativa",
label.without = "Sin Asimetra"
)
Arguments
data
the name of the current data.
label.yes
the label for when the asymmetry is positive.
label.no
the label for when the asymmetry is negative.
label.without
the label for when there is no asymmetry.
Examples
Run this code# NOT RUN {
x <- default_calc_normal('iris')
exe(x)
# }
Run the code above in your browser using DataLab