powered by
generates the code of the normality test.
normal_default( data = "datos", vars = NULL, color = "#00FF22AA", labelcurva = "Curva Normal" )
the name of the current data.
the variable for analysis. It has to be numeric.
the color of the histogram.
label for the curve.
# NOT RUN { x <- normal_default('iris', 'Sepal.Length') exe(x) # }
Run the code above in your browser using DataLab