compute_eaf_call {moocore} | R Documentation |
Same as eaf()
but performs no checks and does not transform the input or
the output. This function should be used by other packages that want to
avoid redundant checks and transformations.
Description
Same as eaf()
but performs no checks and does not transform the input or
the output. This function should be used by other packages that want to
avoid redundant checks and transformations.
Usage
compute_eaf_call(x, cumsizes, percentiles)
Arguments
x |
|
cumsizes |
|
percentiles |
|
Value
data.frame()
A data frame containing the exact representation of
EAF. The last column gives the percentile that corresponds to each
point. If groups is not NULL
, then an additional column indicates to
which group the point belongs.
See Also
as_double_matrix()
transform_maximise()