survmaximin.Rd
Generate transfer-learning survmaximin coefficients
survmaximin(B_source, Sigma_target, delta = 0)
B_source | A p (number of variables) * L (number of source sites) numeric matrix. |
---|---|
Sigma_target | Data covariance matrix for the target site. |
delta | Default 0; the ridge penalty parameter. |
A list with the following components:
beta.est | Estimated beta coefficients for the target site. |
weight | A vector containing trained weights for each source site. |