paired_ecdf {esvis} | R Documentation |
Pairs empirical cummulative distribution functions for all groups supplied by the formula.
Description
Pairs empirical cummulative distribution functions for all groups supplied by the formula.
Usage
paired_ecdf(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]