glmnet-internal            package:glmnet            R Documentation

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

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

     Internal glmnet functions

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

     fix.lam(lam)
     lambda.interp(lambda,s)
     nonzeroCoef(beta, bystep=FALSE)
     softmax(x,gap)

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

     These are not intended for use by users. 'lambda.interp' does
     linear interpolation of the lambdas to obtain a prediction at a
     new point s. 'softmax' does the classification for multinomial
     models. 'nonzeroCoef' determines in an efficient manner which
     variables are nonzero in each fit. 'jerr' prints out error
     messages from the fortran. 'plotCoef' is called by the 'plot'
     method for 'glmnet' objects.

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

     Trevor Hastie

