View source: R/apply_epsilon.R
apply_epsilon | R Documentation |
apply_epsilon
uses updates to TMB to implement a faster calculation for epsilon-correction
apply_epsilon(
fit,
ADREPORT_name = "Index_ctl",
eps_name = "eps_Index_ctl",
inner.control = list(sparse = TRUE, lowrank = TRUE, trace = FALSE)
)
fit |
output from |
ADREPORT_name |
string indicating name of ADREPORT'ed variable |
eps_name |
string indicating name of PARAMETER used internally by TMB for calculating desired gradient |
inner.control |
List controlling inner optimization. |
Standard output from sdreport
, but with slot
x$unbiased
added if needed, and adding or replacing values for
x$unbiased$value
corresponding to ADREPORT_name
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.