framebuilder              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 a data frame given a formula and a dataset.

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

     framebuilder(formula, dataset)

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

 formula: model formula

 dataset: model dataset

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

     Actually, this function is a wrapper for 'model.frame'.

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

     A data frame restricted to the model.

_N_o_t_e:

     This function is not intended to be called directly.

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

     Washington Leite Junger wjunger@ims.uerj.br and Antonio Ponce de
     Leon ponce@ims.uerj.br

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

     'pgam', 'formparser'

