qls-internal             package:qlspack             R Documentation

_I_n_t_e_r_n_a_l _q_l_s _f_u_n_c_t_i_o_n_s

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

     Internal functions called by other functions in qlspack.

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

     cluster.size(id)
     data.proc(data, formula, time = NULL, id, del.n)
     residual(x, y, beta, family = "gaussian")
     cormax.ar1(alpha, id, time = NULL)
     cormax.exch(alpha, id, time = NULL)
     cormax.markov(alpha, time)
     cormax.tri(alpha, id, time = NULL)
     cormax.fam(alpha, id, time = NULL)
     cormax.exfam(alpha, id, time = NULL)
     gen.zcor(cor.max, id, time = NULL, markov = FALSE)
     gee.ar1.fixed(formula, data, id, alpha, family = "gaussian",
                   time = NULL, std.err = std.err)
     gee.exch.fixed(formula, data, id, alpha, family = "gaussian",
                   time = NULL, std.err = std.err)
     gee.markov.fixed(formula, data, id, alpha, family = "gaussian",
                      time = NULL, std.err = std.err)
     gee.tri.fixed(formula, data, id, alpha, family = "gaussian",
                   time = NULL, std.err = std.err)
     gee.tri.fixed(formula, data, id, alpha, family = "gaussian",
                   time = NULL, std.err = std.err)
     gee.exfam.fixed(formula, data, id, alpha, family = "gaussian",
                     time = NULL, std.err = std.err)
     gee.fixed(formula, data, id, alpha, family = "gaussian", time = NULL,
               correlation, std.err = std.err)
     ar1.one(resid, time = NULL, id)
     ar1.two(alpha, resid=NULL, time = NULL, id = NULL)
     exch.one(resid, time = NULL, id)
     exch.two(alpha, resid, time = NULL, id)
     markov.one(resid, time = NULL, id)
     markov.two(alpha, resid, time = NULL, id)
     tri.one(resid, time = NULL, id)
     tri.two(alpha, resid, time = NULL, id)
     exfam.one(resid, time = NULL, id)
     exfam.two(alpha, id, time = NULL)
     exfam.one(resid, time = NULL, id)
     exfam.two(alpha, id, time = NULL)
     palp1(t)
     palp2(t)
     palp3(t)
     palp4(t)
     palp(t, j) 

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

     These are not to be called directly by the user.

