example                 package:dse1                 R Documentation

_T_S _E_x_a_m_p_l_e_s

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

     DSE Package Examples

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

         example.BOC.93.4.paper.tests(example.data, example.raw.data,
            verbose=T, fuzz.small=1e-10)
         example.convert.eg.data(example.raw.data)
         example.get.eg.raw.data(file)
         example.like.sub.sample(model)
         example.like.total.sample(model)
         example.show.ytoy.cpi(model, raw.data, start = 1)
         example.tests(example.data, verbose=T, summary=T,
             fuzz.small=1e-14, fuzz.large=1e-8)
         example.truncate.data(d.all)
         example.VAR.SVD(d,d.all, d.all.raw)
         example.verify.data(example.data, verbose=T, fuzz.small=1e-14)
         example.verify.raw.data(example.raw.data, verbose=T, fuzz.small=1e-5)

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

     These functions run various examples. Their purpose is mainly to 
     illustrate the use of other functions. Print out the functions and
     examine them.

