qls-internal {qlspack}R Documentation

Internal qls functions

Description

Internal functions called by other functions in qlspack.

Usage

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) 

Details

These are not to be called directly by the user.


[Package qlspack version 2.1 Index]