Detect positive and negative transfer sources using ratio method
source_detection(
X_sources,
X0,
r,
C,
C2,
data_type = "count",
c_penalty = 0.1,
verbose = TRUE
)List with positive_sources, negative_sources, and diagnostic info
List of source data matrices (may contain missing values)
Target data matrix (complete)
Number of factors
CJMLE projection constant
Refinement projection constant
Type of data: "continuous", "count", or "binary"
Penalty coefficient (default: 0.1)
Print progress information (default: TRUE)