f_theta | R Documentation |
Empirical Reference Distribution Function with group weights theta and cluster weights psi
f_theta(x, data, theta = NULL, psi = NULL, type = NULL)
x |
A scalar or vector to be checked as F(x) |
data |
The data, provided as a list of lists |
theta |
A vector of group weights, defaults to unweighted estimator |
psi |
A list of vector-weights, defaults to unweighted estimator |
type |
A string indicating whether weighted or unweighted estimator should be used. Only if psi is not provided |
Value(s) of the empirical distribution function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.