.fit_submodels | R Documentation |
Fit submodels for comparison
.fit_submodels(data, result, fit, method, hessian, optimizer.control, silent)
data |
Numeric vector with values in the (0, 1) interval. |
result |
Main fit result. |
fit |
Estimation method: "tmb" or "nr". |
method |
Optimization method (for TMB): "nlminb" or "optim". |
hessian |
Logical; if TRUE, computes standard errors and covariance matrix. |
optimizer.control |
List of control parameters for the optimizer. |
silent |
Logical; if TRUE, suppresses messages. |
List containing submodel fits and LRT results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.