Description Usage Arguments Details See Also Examples
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.
| 1 | get.model_conditions(model_object, i)
 | 
| model_object | A model object | 
| i | A numeric specifying which condition to get | 
get.model_conditions is useful for getting an argument for the function make.sim_functions.
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.
| 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 )
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.