f                    package:pgam                    R Documentation

_U_t_i_l_i_t_y _f_u_n_c_t_i_o_n

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

     Generate the partition of design matrix regarded to the seasonal
     factor in its argument. Used in the model formula.

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

     f(factorvar)

_A_r_g_u_m_e_n_t_s:

factorvar: variable with the seasonal levels

_V_a_l_u_e:

     List containing data matrix of dummy variables, level names and
     seasonal periods.

_N_o_t_e:

     This function is intended to be called from within a model
     formula.

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

     Washington Leite Junger wjunger@ims.uerj.br

_S_e_e _A_l_s_o:

     'pgam', 'formparser'

