Initialize a susiF object using regression coefficients

init_susiF_obj(L_max, G_prior, Y, X, L_start, greedy, backfit, ...)

Arguments

L_max

upper bound on the number of non zero coefficients An L-vector containing the indices of the

G_prior

prior object defined by init_prior function

Y

Matrix of outcomes

X

matrix of covariatess

L_start

number of effect to start with

greedy

logical, if TRUE allow greedy search

backfit

logical, if TRUE allow backfitting

...

Other arguments.

Details

Initialize a susiF object using regression coefficients