get.model_conditions: Get the conditions from a 'model' oject.

Description Usage Arguments Details See Also Examples

Description

A model object will have a number of conditions that depends on the factorial combination of all the possible parameters. The get.model_conditions function is used to get the conditions at a particular factorial combination. The main use of this function is for doing factorial simulations.

Usage

1
get.model_conditions(model_object, i)

Arguments

model_object

A model object

i

A numeric specifying which condition to get

Details

get.model_conditions is useful for getting an argument for the function make.sim_functions.

See Also

class.model.COR For the example.

make.sim_functions Where get.model_conditions is a nice way to specify the conditions argument for make.sim_functions.

Examples

1
2
3
4
# Following from the example in ?class.model.COR
my_COR
get.model_conditions( my_COR, 1 )
get.model_conditions( my_COR, 2 )

Don-Li/CAB_original documentation built on May 6, 2019, 2:53 p.m.