View source: R/estimate-functions.R
predictCounts | R Documentation |
Not written yet.
predictCounts(
filenameEst,
filenamePred,
along = NULL,
labels = NULL,
n = NULL,
exposure = NULL,
predictData = FALSE,
data = list(),
aggregate = list(),
lower = list(),
upper = list(),
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 |
exposure |
A |
predictData |
Whether to predict data models
and datasets. Defaults to |
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.