cmm_reg_control | R Documentation |
An object with control arguments for CMM regression.
cmm_reg_control(base = 1, tol = 1e-08, verbose = FALSE, max_iter = 200)
base |
in an integer which specifies which category is considered the baseline. The default is 1. |
tol |
specifies the convergence tolerance ε. The
default is |
verbose |
is a boolean; if |
max_iter |
specifies the maximum number of Newton-Raphson
iterations. Default is |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.