These internal functions are mainly used by varComp.fit
and varComp.test.Common
. These functions make reference to and make changes to non-local objects. Thus, they are not supposed to be called directly, unless their environments are set properly.
AEI()
AOI()
EI()
OI()
WAI()
PREML()
preprocPREML(tau)
obj(tau)
obj2(ltau)
score()
updateLI(tau)
updateLIkLI()
updateLIy()
updateNegGrad()
updateNegHess()
updateNums()
updateNums2()
updateNumsPart()
updateTr1()
updateTr2()
V(tau)
updateDenom()
hess(tau)
gradFunc(tau)varComp.test.nulDoTest(null.fit, additional.varcov, test = "LinScore",
control = varCompTest.control(test), alt.fit = NULL, ...)
varComp.test.2modelDoTest(null.fit, alt.fit, test = "LinScore",
control = varCompTest.control(test), ...)
varComp.test.altDoTest(alt.fit, null = integer(0L), test = "LinScore",
control = varCompTest.control(test), null.fit = NULL, ...)
varComp.test.Common()
varComp.LinScore.Normal(all.scores, lin.form, infoMat, null, w, tr1, n, LIkLI,
tau.idx, ...)
varComp.LinScore.Satterthwaite(all.scores, infoMat, null, w, tr1, n, ...)
varComp.LinScore.SSAS155(all.scores, lin.form, infoMat, null, w, tr1, n,
LIkLI, tau.idx, non.pd, control, ...)
varComp.LinScore.test(control, n, tau.idx, LIkLI, tr1, infoMat, all.scores, non.pd)
varComp.RLRT.test(control, negHess, alt.fit, null.fit, tau.idx)
varComp.VM03.test(control, infoMat, tau.idx, LIkLI, tr1, n, LIy, all.scores)
varComp.SS95.test(control, infoMat, tau.idx, LIkLI, LIy, tr1, n, all.scores)
To be described later, if indeed needed.