elasticnet-internal        package:elasticnet        R Documentation

_I_n_t_e_r_n_a_l _e_l_a_s_t_i_c_n_e_t _f_u_n_c_t_i_o_n_s

_D_e_s_c_r_i_p_t_i_o_n:

     Internal elasticnet functions

_U_s_a_g_e:

     updateRR(xnew, R = NULL, xold, lambda, eps = .Machine$double.eps)
     solvebeta(x, y, paras, max.steps, sparse=c("penalty","varnum"), eps = .Machine$double.eps)
     rootmatrix(x)
     soft(a,para)

_D_e_t_a_i_l_s:

     These are not to be called by the user.

_A_u_t_h_o_r(_s):

     Hui Zou and Trevor Hastie

