koplsRescale              package:kopls              R Documentation

_M_a_t_r_i_x _s_c_a_l_i_n_g _b_a_s_e_d _o_n _p_r_e-_d_e_f_i_n_e_d _p_a_r_a_m_e_t_e_r_s

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

     Scales a matrix based on pre-defined parameters from a scaling
     object.

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

     koplsRescale(model, x = NA)

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

   model: Scaled object list, see 'link{koplsScale}' for details.

       x: The matrix to be scaled. If NA, the object contained in
          'model' will be scaled and returned.

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

     The rescaled matrix.

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

     Max Bylesjo and Mattias Rantalainen

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

     Rantalainen M, Bylesjo M, Cloarec O, Nicholson JK, Holmes E and
     Trygg J. *Kernel-based orthogonal projections to latent structures
     (K-OPLS)*, _J Chemometrics_ 2007; 21:376-385.
     doi:10.1002/cem.1071.

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

