asm_graphCumvar: Plot Cumulative Variance of data

Description Usage Arguments Examples

View source: R/asm_graph.R

Description

This function plots the fluctuation of the variance if its calculated as cumulated variance.

Usage

1

Arguments

data

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

Examples

1
2
# normal data vs. mixed non-id data
asm_graphCumvar(list(N = rnorm(60), M = c(rnorm(20), rnorm(20, sd = 2), rnorm(20, sd = 10))))

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