function to extract quantiles from INLA output
function to get to extract quantiles
get.quantiles(mylist, quantiles, single) get.ind.quantiles(outmat, inmat)
mylist
: list of matrices of two cols x, yquantiles
: vector with the desired quantilessingle
: NULL or TRUE if only a single node and parameteroutmat
: matrix where the first col has the desired quantiles. We want to estimate this and out in into the second colinmat
: is the actual x,f(x) matrixlist
matrix
get.ind.quantiles()
: helper function for get.quantilesUseful links