Extracts pooled coefficients. (The meta learners weights the coefficients from the base learners.)
# S3 method for class 'starnet'
coef(object, nzero = NULL, ...)
starnet object
maximum number of non-zero coefficients:
positive integer, or NULL
further arguments (not applicable)
List of scalar alpha
and vector beta
,
containing the pooled intercept and the pooled slopes,
respectively.