starmine              package:backtest              R Documentation

_S_t_a_r_M_i_n_e _R_a_n_k_i_n_g_s, _1_9_9_5

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

     StarMine rankings of some stocks in 1995, with corresponding
     returns and other data.

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

     data(starmine)

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

     A data frame containing 53328 observations on the following 10
     variables.

     '_d_a_t_e' Date on which the observation was recorded.  The dates have
          a monthly frequency.  Dates range from 1995-01-31 to
          1995-11-30.

     '_i_d' Unique identifier for each stock.

     '_n_a_m_e' Full company name.

     '_c_o_u_n_t_r_y' Country of the exchange on which the company is listed.

     '_s_e_c_t_o_r' Sector to which the stock belongs.

     '_c_a_p._u_s_d' Market capitalisation of the company in USD.

     '_s_i_z_e' cap.usd normalized to N(0,1).

     '_s_m_i' StarMine Indicator (smi) score for each security and date if
          a score was issued.

     '_f_w_d._r_e_t._1_m' 1 month forward return.

     '_f_w_d._r_e_t._6_m' 6 month forward return.

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

     'starmine' contains selected attributes such as sector, market
     capitalisation, country, and various measures of return for a
     universe of approximately 6,000 stocks.  The data is on a monthly
     frequency from January 31, 1995 to November 30, 1995.

_N_o_t_e:

     We would like to thank StarMine Corporation for allowing us to
     include this data in the backtest package.

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

     StarMine Corporation.  For more information, see <URL:
     http://www.starmine.com>.

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

     data(starmine)
     head(starmine)

