asm_graphEcdf: Plot Cumulative Distribution Function of data

Description Usage Arguments Examples

View source: R/asm_graph.R

Description

This function plots the empiricial cumulative distribution function derived from data against the theoretical cumulative distribution function of the normal distribution with mean and sd calculated from data.

Usage

1
asm_graphEcdf(data, theoMean = mean(data), theoSD = sd(data))

Arguments

data

a vector, list or data.frame of data values.

theoMean

mean for theoretic distribution.

theoSD

standard deviation for theoretic distribution.

Examples

1
asm_graphEcdf(iris[,c("Sepal.Width", "Sepal.Length")])

animalSymbolicum/assumptions documentation built on Dec. 19, 2021, 3:37 a.m.