scalingFactorTransformation       package:vsn       R Documentation

_T_h_e _t_r_a_n_s_f_o_r_m_a_t_i_o_n _t_h_a_t _i_s _a_p_p_l_i_e_d _t_o _t_h_e _s_c_a_l_i_n_g _p_a_r_a_m_e_t_e_r _o_f
_t_h_e _v_s_n _m_o_d_e_l

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

     The transformation that is applied to the scaling parameter of the
     vsn model

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

     scalingFactorTransformation(b)

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

       b: Real vector.

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

     A real vector of same length as b, with transformation 'f' applied
     (see vignette _Likelihood Calculations for vsn_).

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

     Wolfgang Huber <URL: http://www.ebi.ac.uk/huber>

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

     b  = seq(-3, 2, length=20)
     fb = scalingFactorTransformation(b)
     if(interactive())
       plot(b, fb, type="b", pch=16)

