get.quantiles function

function to extract quantiles from INLA output

function to extract quantiles from INLA output

function to get to extract quantiles

get.quantiles(mylist, quantiles, single) get.ind.quantiles(outmat, inmat)

Arguments

  • mylist: list of matrices of two cols x, y
  • quantiles: vector with the desired quantiles
  • single: NULL or TRUE if only a single node and parameter
  • outmat: matrix where the first col has the desired quantiles. We want to estimate this and out in into the second col
  • inmat: is the actual x,f(x) matrix

Returns

list

matrix

Functions

  • get.ind.quantiles(): helper function for get.quantiles