f_psi: Empirical Distribution function with cluster weights psi

View source: R/utils.R

f_psiR Documentation

Empirical Distribution function with cluster weights psi

Description

Empirical Distribution function with cluster weights psi

Usage

f_psi(x, i, data, psi = NULL, type = NULL)

Arguments

x

A scalar or vector to be checked as F(x)

i

The group/sample index

data

The data, provided as a list of lists

psi

A vector of weights, defaults to unweighted estimator

type

A string indicating whether weighted or unweighted estimator should be used. Only if psi is not provided

Value

Value(s) of the empirical distribution function


spruenke/rankCluster documentation built on June 16, 2022, 9:47 a.m.