regressoR (version 1.1.7)

normal_default: normal_default

Description

generates the code of the normality test.

Usage

normal_default(data = "datos", vars = NULL, color = "#00FF22AA",
  labelcurva = "Curva Normal")

Arguments

data

the name of the current data.

vars

the variable for analysis. It has to be numeric.

color

the color of the histogram.

labelcurva

label for the curve.

Examples

Run this code
# NOT RUN {
x <- normal_default('iris', 'Sepal.Length')
exe(x)

# }

Run the code above in your browser using DataLab