rmr                   package:ISwR                   R Documentation

_R_e_s_t_i_n_g _m_e_t_a_b_o_l_i_c _r_a_t_e

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

     The 'rmr' data frame has 44 rows and 2 columns. It contains the
     resting metabolic rate and body weight data for 44 women.

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

     rmr

_F_o_r_m_a_t:

     This data frame contains the following columns:

     '_b_o_d_y._w_e_i_g_h_t' a numeric vector, body weight (kg).

     '_m_e_t_a_b_o_l_i_c._r_a_t_e' a numeric vector, metabolic rate (kcal/24hr).


_S_o_u_r_c_e:

     D.G. Altman (1991), _Practical Statistics for Medical Research_,
     Exercise 11.2, Chapman & Hall.

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

     plot(metabolic.rate~body.weight,data=rmr)

