View source: R/basic_functions.R
predict_bliss | R Documentation |
Compute predictions.
predict_bliss(x, grids, burnin, posterior_sample, Smooth_estimate)
x |
a list containing the design matrices related to the functional
covariates. Must be similar to the result of the function |
grids |
a list of numerical vectors, the qth vector is the grid of time points for the qth functional covariate. |
burnin |
an integer (optional), the number of iteration to drop from the posterior sample. |
posterior_sample |
a list provided by the function |
Smooth_estimate |
one of the objects resulting from |
A vector of predictions for each individual data x
.
data(data1)
data(param1)
data(res_bliss1)
predict_bliss(data1$x,data1$grids,50,res_bliss1$posterior_sample,res_bliss1$smooth_estimate)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.