Description Usage Arguments Details Value Author(s)
The function predict
collects posterior predictive samples
for a set of new time points given an object of
class pheno
.
1 2 |
object |
an object of class |
t.0 |
the vector of time points for which posterior predictive samples will be generated. |
sub.sample |
an optional list that specifies the samples to included in
the composition sampling a non-Conjugate model. Valid tags are |
... |
See details for additional optional arguments. |
The following optional arguments can be passed:
n.omp.threads
which is a positive integer indicating
the number of threads to use for SMP parallel processing. The package must
be compiled for OpenMP support. For most Intel-based machines, we recommend setting
n.omp.threads
up to the number of hyperthreaded cores. Note, n.omp.threads
> 1 might not
work on some systems.
verbose
which if TRUE
, the progress of the
sampler is printed to the screen. Otherwise, nothing is printed to
the screen.
n.report
which is the interval to report sampling progress.
An object of class predict.pheno
which is a list comprising:
p.predictive.samples |
a matrix that holds the response variable posterior
predictive samples where rows are time points corresponding to |
p.predictive.quantiles |
a matrix that holds quantiles of the response variable posterior
predictive samples where rows are time points corresponding to |
run.time |
execution time reported using |
Andrew O. Finley finleya@msu.edu,
Chad Babcock cbabcock@umn.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.