diabetes              package:bootstrap              R Documentation

_B_l_o_o_d _M_e_a_s_u_r_e_m_e_n_t_s _o_n _4_3 _D_i_a_b_e_t_i_c _C_h_i_l_d_r_e_n

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

     Measurements on 43 diabetic children of log-Cpeptide (a blood
     measurement) and age (in years). Interest is predicting the blood
     measurement from age.

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

     data(diabetes)

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

     A data frame with 43 observations on the following 3 variables.

     _o_b_s a numeric vector

     _a_g_e a numeric vector

     _l_o_g_C_p_e_p_t_i_d_e a numeric vector

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

     Efron, B. and Tibshirani, R. (1993) An Introduction to the
     Bootstrap.  Chapman and Hall, New York, London.

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

     plot(logCpeptide ~ age, data=diabetes)

