pendenForm            package:pendensity            R Documentation

_F_o_r_m_u_l_a _i_n_t_e_r_p_r_e_t_a_t_i_o_n _a_n_d _d_a_t_a _t_r_a_n_s_f_e_r

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

     Function 'pendenForm' interprets the input 'form' of the function
     pendensity(),transfers the response and covariates data back to
     the main program and categorize the values to groupings.

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

     pendenForm(form)
     string.help(string, star = " ")

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

    form: formula from the input of pendensity()

  string: string of the formula

    star: seperating letter

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

     Returing the values and the structure of response and covariates.

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

     Christian Schellhase <cschellhase@wiwi.uni-bielefeld.de>

_R_e_f_e_r_e_n_c_e_s:

     Penalized Density Estimation, Kauermann G. and Schellhase C.
     (2009), to appear.

