Learn R Programming

abn (version 3.1.1)

get.quantiles: function to extract quantiles from INLA output

Description

function to get to extract quantiles

Usage

get.quantiles(mylist, quantiles, single)

get.ind.quantiles(outmat, inmat)

Value

list

matrix

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

Functions

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