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.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | 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)
|
tau,ltau,null.fit,additional.varcov,test,control,
alt.fit,...,null,all.scores,lin.form,infoMat,w,tr1,
n,LIkLI,tau.idx,non.pd,negHess,LIy
|
To be described later, if indeed needed. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.