ecdf_fun {esvis} | R Documentation |
Computes the empirical cummulative distribution function for all groups supplied by the formula.
Description
Computes the empirical cummulative distribution function for all groups supplied by the formula.
Usage
ecdf_fun(data, formula, cuts = NULL)
Arguments
data |
The data frame used for estimation - ideally structured in a tidy format. |
formula |
A formula of the type |
cuts |
Optional vector of cut scores. If supplied, the ECDF will be guaranteed to include these points. Otherwise, there could be gaps in the ECDF at those particular points (used in plotting the cut scores). |
[Package esvis version 0.3.1 Index]