addProgramPart | R Documentation |
Adds variables to strategy
Gets list of variables(program parts)
addProgramPart(this, ...) getProgramParts(this, ...) getProgramPart(this, part, recalc) ## S3 method for class 'Strategy' addProgramPart(this, name, ...) ## S3 method for class 'Strategy' getProgramParts(this)
this |
Strategy |
... |
quote / expression callbacks There are multiple places where you can add your code : i. full name / short name – description. 1. init – at initialization period before main cycle 2. after_tables / tables – after initialization of rules tables 3. after_coefs / coefs – after initialization of coefficients 4. each_iter / iter – at the beginning of each iteration, before execution of rules 5. after_enter_to_pos / enter – Right after entering to position 6. after_indicators / inds – after initialization of indicators 7. before_enter_to_pos / bexit – before enter to position 8. before_exit_from_pos / bexit – before exit from position 9. after_exit_from_pos / exit – after exit from position 10. data – initialization of tables, derivative datasets and libraries 11. start_cycle / on_start – at the start of cycle pass |
name |
character, name of your set of program parts |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.