Usage
addCov(res, X)
texmexMakeParams(co, data)
texmexMakeCovariance(cov, data)
texmexPredictSE(x)
texmexMakeCI(params, ses, alpha)
texmexMakeNewdataD(x, newdata)
texmexMakeCISim(x, alpha, object, sumfun, M)
Arguments
res
The actual predictions to have covariates added.
data
A list of design matrices.
cov
Full covariance matrix for all parameters.
x
A covariance matrix. Otherwise an "evm" object.
params
Matrix of parameter values.
alpha
100(1-alpha
)% confidence intervals will be produced.
newdata
Data for which predictions are required.
sumfun
A function for summarizing data.
M
The return level required.