groupedData               package:lme4               R Documentation

_C_r_e_a_t_i_o_n _o_f _g_r_o_u_p_e_d_D_a_t_a _o_b_j_e_c_t_s

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

     'groupedData' creates groupedData objects.
     'convertFromS3groupedData' converts older S3 style objects of the
     same class name used in the 'nlme' package.

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

     groupedData(formula, data = sys.parent(1),
                 order.groups = TRUE,
                 FUN = function(x) max(x, na.rm = TRUE),
                 outer = ~0, inner = ~0,
                 labels = list(), units = list())
     convertFromS3groupedData(from)

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

 formula: ~~Describe 'formula' here~~ 

    data: ~~Describe 'data' here~~ 

order.groups: ~~Describe 'order.groups' here~~ 

     FUN: ~~Describe 'FUN' here~~ 

   outer: ~~Describe 'outer' here~~ 

   inner: ~~Describe 'inner' here~~ 

  labels: ~~Describe 'labels' here~~ 

   units: ~~Describe 'units' here~~ 

    from: an object of class "groupedData" as used in package 'nlme' 

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

     See 'nlme' docs for now. 'order.groups, FUN' are currently
     ignored.

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

     An object of formal class 'groupedData'

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

     'groupedData-class'

_E_x_a_m_p_l_e_s:

     ##---- Should be DIRECTLY executable !! ----

