clo                   package:VGAM                   R Documentation

_R_e_d_i_r_e_c_t_s _t_h_e _u_s_e_r _t_o _r_r_v_g_l_m

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

     Redirects the user to the function 'rrvglm'.

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

     clo(...)

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

     ...: Ignored. 

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

     CLO stands for _constrained linear ordination_, and is fitted with
     a statistical class of models called _reduced-rank vector
     generalized linear models_ (RR-VGLMs). It allows for generalized
     reduced-rank regression in that response types such as Poisson
     counts and presence/absence data can be handled.

     Currently in the 'VGAM' package, 'rrvglm' is used to fit RR-VGLMs.
     However, the Author's opinion is that linear responses to a latent
     variable (composite environmental gradient) is not as common as
     unimodal responses, therefore 'cqo' is often more appropriate.

     The new CLO/CQO/CAO nomenclature described in Yee (2006).

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

     Nothing is returned; an error message is issued.

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

     Thomas W. Yee

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

     Yee, T. W. (2006) Constrained additive ordination. _Ecology_,
     *87*, 203-213.

     Yee, T. W. and Hastie, T. J. (2003) Reduced-rank vector
     generalized linear models. _Statistical Modelling_, *3*, 15-41.

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

     'rrvglm', 'cqo'.

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

     ## Not run: 
     clo()
     ## End(Not run)

