| predictAccount {demest} | R Documentation |
Not written yet.
predictAccount( filenameEst, filenamePred, along = NULL, labels = NULL, n = NULL, data = NULL, aggregate = NULL, lower = NULL, upper = NULL, nBurnin = 0L, parallel = TRUE, outfile = NULL, verbose = FALSE, useC = TRUE )
filenameEst |
Filename used to |
filenamePred |
Filename to be used by |
along |
Name or index along which prediction should occur. |
labels |
Labels of new categories. |
n |
Number of new categories. Can only be used when predicting
along |
data |
A named list containing future values of covariates. |
aggregate |
An object of class |
lower |
A lower bound for estimates of data-level rates, probabilities, or means. |
upper |
An upper bound for estimates of data-level rate, probabilities, or means. |
nBurnin |
Number of iteration discarded before recording begins. |
parallel |
Logical. If |
outfile |
Where to direct the ‘stdout’ and ‘stderr’ connection
output from the workers when parallel processing. Passed to function
|
verbose |
Logical. If |
useC |
Logical. If |