Learn R Programming

TAM (version 0.04-43)

TAM-internal: Computation of intermediate information

Description

Listing of all the intermediate calculation methods currently aktiv in TAM. Not to be called by user.

Usage

calc_exp_TK(rprobs, A, itemwt, p, ip, nitems, resp.ind)
calc_posterior.v2(rprobs, gwt, resp, nitems, resp.ind.list, 
    normalization = TRUE, thetasamp.density = NULL, snodes = 0, resp.ind=NULL)
calc_prob.v5(iIndex, A, AXsi, B, xsi, theta, nnodes, maxK, 
    recalc = TRUE)
stud_prior.v2(theta, Y, beta, variance, nstud, nnodes, ndim)
tam.jml.xsi(resp, resp.ind, A, B, nstud, nitems, maxK, convM, 
    ItemScore, theta, xsi, Msteps, pweightsM, est.xsi.index)
tam.jml.xsi2(resp, resp.ind, A, A.0, B, nstud, nitems, maxK, convM, 
    ItemScore, theta, xsi, Msteps, pweightsM, est.xsi.index, rp3, 
    rp3.sel, rp3.pweightsM)

mstep.regression(resp, hwt, resp.ind, pweights, pweightsM, Y, 
    theta, theta2, YYinv, ndim, nstud, beta.fixed, variance, Variance.fixed, 
    group, G, snodes = 0 , thetasamp.density = NULL , nomiss=FALSE)
Mstep_slope(B_orig, B, B_obs, max.increment, nitems, A, AXsi, 
    xsi, theta, nnodes, maxK, itemwt, Msteps, ndim, convM)
Mstep_slope.v2(B_orig, B, B_obs, B.fixed, max.increment, nitems, 
    A, AXsi, xsi, theta, nnodes, maxK, itemwt, Msteps, ndim, 
    convM, irtmodel, progress, est.slopegroups, E, basispar,se.B,
    equal.categ)

resp.pattern3(x)
theta.sq(theta)

rowcumsums(m1)
rowMaxs(mat, na.rm = FALSE)

add.lead(x, width=max(nchar(x)))

Arguments