mspath-internal {mspath}R Documentation

mspath Internals

Description

These are functions, constants and global variables used internally by the package. They'll be in the global namespace until the package gets put in a namespace.

Usage

mspath.check.consistency( qmatrix, misc,subject=NULL,
                                  state, time)
mspath.check.ematrix(ematrix, qmatrix)
mspath.check.model(state, subject, qmatrix)
mspath.check.qmatrix(qmatrix)
mspath.check.state(nstates, state)
mspath.check.times(time, subject)
mspath.make.constraint(covlabels, constraint, nmatrix)
mspath.integerTime(t, stepnumerator, stepdenominator)
mspath.process.covs(covariates, data, constraint, nobs, nmatrix)
mspath.process.path(pathvars, constraint, nmatrix)
mspath.remove.overlap(subject, time, state, final.rows,
                                  stepnumerator, stepdenominator)
printOptim(x, ...)

Constants

The following codes are used as tags for MPI messages:

requestCode
Slave requests data to evaluate; Master asks slave to evaluate
timeRequestCode
Master asks slave to evaluate and time
resultCode
Slave sends results of evaluation
doneCode
Master tells slave to shut down, or slave confirms same.

These codes have MPI type constants:

integerType
Integer
doubleType
Doubles (reals)

MPI rank constants:

root
Master process rank

Other Variables

getlib
eval this to load the necessary distributed processing library

[Package mspath version 0.9-9 Index]