select_optimal_goelz: Select optimal Goelz Triangle design sfrom the results of...

Description Usage Arguments Value Author(s) See Also Examples

Description

Selects optimal Goelz Triangle designs from the results of goelz_optim.

Usage

1
select_optimal_goelz(optim.results)

Arguments

optim.results

An object of class goelz-optim.

Value

A list of objects of class goelz.

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_nelder_biculture()

Examples

1
2
optim.dat <- goelz_optim()
my_goelz <- select_optimal_goelz(optim.results = optim.dat)

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