Rainfall              package:bootstrap              R Documentation

_R_a_i_n_f_a_l_l _D_a_t_a

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

     raifall data. The yearly rainfall, in inches, in Nevada City, 
     California, USA, 1873 through 1978. An example of time series
     data.

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

     data(Rainfall)

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

     The format is: Time-Series [1:106] from 1873 to 1978: 80 40 65 46
     68 32 58 60 61 60 ...

_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:

     str(Rainfall)  
     plot(Rainfall) 

