asm_graphDifferencesign: Difference-Sign Plot of data

Description Usage Arguments Examples

View source: R/asm_graph.R

Description

This function plots the relative shares of runs for the differences. Every value is subtracted by its predecessor and counted if above zero. The relative share of a change of directions (run) is plotted. The Difference-Sign plot is a graphical representation of the Difference-Sign Runs Test. See also the difference.sign.test function.

Usage

1

Arguments

data

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

Examples

1
asm_graphDifferencesign(list(A = rnorm(100), B = (1:100/10)+rnorm(10)))

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