smSplineEx1            package:lmeSplines            R Documentation

_S_i_m_u_l_a_t_e_d _d_a_t_a _a_b_o_u_t _a _s_m_o_o_t_h _c_u_r_v_e

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

     Simulated data to demonstrate smoothing spline curve fitting with
     'smspline' and 'lme'

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

     data(smSplineEx1)

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

     A data frame with 100 observations on the following 4 variables.

     _t_i_m_e time covariate

     _y simulated response values

     _y._t_r_u_e true response values

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

     100 data points were simulated about the curve   y = 10 -
     6*exp(-4t/100), with iid normal random errors with standard
     deviation 1.

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

     data(smSplineEx1)

