partition_features_twofits.RdPartition features by comparing per-coordinate collapsed scores from two fits
partition_features_twofits(
fitA,
fitB,
X = NULL,
delta = 0,
include_constant = TRUE
)csmooth_em objects (e.g., two different orderings / initializations).
Optional data matrix. If NULL, uses fitA$data (and assumes same X for both fits).
Nonnegative margin. Assign to A only if (CA - CB) > delta; otherwise assign to B.
Logical; passed to score_features_onefit().
A list with - assign: length-d character vector in "A","B" - score_diff: length-d vector (CA - CB) - CA, CB: length-d vectors of per-feature scores