get_freq: get vector of frequencies

Description Usage Arguments Value Note Examples

View source: R/homogeneous_GoF.R

Description

Given vector of data and list of cutoffs points of x gives vector of freq last point is P(X>=qn)

Usage

1

Arguments

data

observed values

q

vector of cutoff points

Value

vector of freq

Note

23-Jan-2015

Examples

1
2
3
4
5
df = get_equi_prob_breaks(500,500,200,100)
data = rhyper(100,m = 500,n = 500,k = 200)
table(data)
df$f = get_freq(data=data,q=df$q)
df

jonotuke/graphr documentation built on May 19, 2019, 8:37 p.m.