compute_beta_sample {bliss} | R Documentation |
compute_beta_sample
Description
Compute the posterior coefficient function from the posterior sample.
Usage
compute_beta_sample(posterior_sample, param)
Arguments
posterior_sample |
a list provided by the function |
param |
a list containing:
|
Value
a matrix containing the coefficient function posterior sample.
Examples
data(data1)
data(param1)
data(res_bliss1)
param1$grids <- data1$grids
param1$p <- sapply(data1$grids,length)
param1$Q <- length(data1$x)
beta_sample <- compute_beta_sample(posterior_sample=res_bliss1$posterior_sample,
param=param1)
[Package bliss version 1.1.1 Index]