set_spec: Specification Setup

Description Usage Arguments Details Value Examples

View source: R/Diagnostics.R

Description

Sets up simulation settings.

Usage

1
set_spec(spec_num, design_name, n)

Arguments

spec_num

specification number to be used.

design_name

the design for the true mean vector; currently supports c("unif", "tnorm", "norm", "t", "sk-t").

n

the length of the true mean vector.

Details

This function was created for the purpose of simulations.

Value

a list of components to be used in the simulation

Examples

1
2
set_spec(1, "unif", 100)
set_spec(2, "unif", 100)

koohyun-kwon/OptACI documentation built on Oct. 6, 2020, 8:09 a.m.