Learn R Programming

GENEAclassify (version 1.5.3)

impact: impact function

Description

Called by segmentation.

Usage

impact(x, threshold = 2.5)

Value

A single value data.

Arguments

x

vector of numeric values

na.rm

single logical should missing values be removed

Examples

Run this code
   Freq <- 100
   x <- c(1,1.5,2.6,2,3,3,1,1,1)
   impact(x)

Run the code above in your browser using DataLab