standardize             package:quantreg             R Documentation

_F_u_n_c_t_i_o_n _t_o _s_t_a_n_d_a_r_d_i_z_e _t_h_e _q_u_a_n_t_i_l_e _r_e_g_r_e_s_s_i_o_n _p_r_o_c_e_s_s

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

     Standardize the rq process prior to Khmaladze transformation.

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

     standardize(rqfit, location.scale=T)

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

   rqfit: Object produced by rq.test.khmal rq fitting

location.scale: If T location-scale test, if F location test

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

     Compute standardized rq process.

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

     Produces a list with several objects understood by rq.test.khmal

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

     R. Koenker

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

     Koenker, Roger and Zhijie Xiao (2000), "Inference on the Quantile
     Regression Process'', unpublished. <URL:
     http://www.econ.uiuc.edu/~roger/research/inference/inference.html>

