Description Usage Arguments Value Examples
This function should be used to generate the control argument of the
fit() function.
| 1 2 3 4 5 | control_tam(
  set_min_to_0 = FALSE,
  control = list(snodes = 0, maxiter = 1000, increment.factor = 1, fac.oldxsi = 0),
  ...
)
 | 
| set_min_to_0 | Logical.  | 
| control | List of arguments passed to argument  | 
| ... | Other arguments passed to  | 
A list with one element for every argument of control_tam().
| 1 2 3 4 5 6 | control_tam(set_min_to_0 = TRUE,
            control = list(snodes = 0,
                           maxiter = 1000,
                           increment.factor = 1,
                           fac.oldxsi = 0),
            constraint = "items")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.