select_optimal_nelder_biculture: Select optimal Biculture Nelder Fan designs from the results...

Description Usage Arguments Value Author(s) See Also Examples

View source: R/nelder.R

Description

Selects optimal Biculture Nelder Fan designs from the results of nelder_biculture_optim.

Usage

1

Arguments

optim.results

An object of class nelder-optim.

Value

A list of objects of class nelder-biculture.

Author(s)

Kevin J Wolz, kevin@savannainstitute.org

See Also

Other definition functions: goelz_add_border(), goelz_corners(), goelz_guides(), goelz_mirror(), goelz_optim(), goelz_starts(), goelz(), nelder_biculture_competition(), nelder_biculture_optim(), nelder_biculture(), nelder_decision(), nelder_interspoke_distance(), nelder(), select_optimal_goelz()

Examples

1
2
optim.dat <- nelder_biculture_optim()
my_nelder <- select_optimal_nelder_biculture(optim.results = optim.dat)

kevinwolz/sysdesign documentation built on June 13, 2020, 1:35 a.m.