extrait | R Documentation |
#function additional to prepare file for Gum.Output package #extract value between I1 and I2 in column n#rang #equivalent to limit data using a uniform prior UI1,I2 on variable rang
extrait(data, rang = 5, I1 = -200, I2 = 100)
data |
matrix,mcmc (required) a matrix of MCMC output |
rang |
numeric (with default value) the column number |
I1 |
numeric (with default value) the inferior limit |
I2 |
numeric (with default value) the superior limit |
a matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.