prepare_priors {spdesign}R Documentation

Prepare the list of priors

Description

Prepare the list of priors

Usage

prepare_priors(utility, draws, R)

Arguments

utility

A named list of utility functions. See the examples and the vignette for examples of how to define these correctly for different types of experimental designs.

draws

The type of draws to use with Bayesian priors. No default is set and must be specified even if you are not creating a Bayesian design. Can be one of "pseudo-random", "mlhs", "standard-halton", "scrambled-halton", "standard-sobol","scrambled-sobol".

R

An integer giving the number of draws to use. The default is 100.

Value

A list of priors


[Package spdesign version 0.0.3 Index]