Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

createPrior.default

Create prior default method


Description

Create prior default method

Usage

## Default S3 method:
createPrior(x, wt, ...)

Arguments

x

a vector of x values at which the prior is to be specified (the support of the prior). This should contain unique values in ascending order. The function will sort values if x is unsorted with a warning, and will halt if x contains any duplicates or negative lag 1 differences.

wt

a vector of weights corresponding to the weight of the prior at the given x values.

...

optional exta arguments. Not currently used.

Value

a linear interpolation function where the weights have been scaled so the function (numerically) integrates to 1.


Bolstad

Functions for Elementary Bayesian Inference

v0.2-41
GPL (>= 2)
Authors
James Curran [aut, cre]
Initial release
2020-09-25

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.