Tidying methods for TMB models
Arguments
- x
An object of class
TMB(you may need to useclass(obj) <- "TMB"on your results from TMB)- effects
which effects should be returned?
- conf.int
whether to include a confidence interval
- conf.level
confidence level for CI
- conf.method
method for computing confidence intervals
- ...
additional arguments passed to confint function (tmbroot, tmbprofile)
Examples
if (require("TMB")) {
if (FALSE) { # \dontrun{
runExample("simple",thisR=TRUE)
class(obj) <- "TMB"
tidy(obj,conf.int=TRUE,conf.method="wald")
} # }
if (FALSE) tidy(obj,conf.int=TRUE,conf.method="uniroot") # \dontrun{}
if (FALSE) tidy(obj,conf.int=TRUE,conf.method="profile") # \dontrun{}
}
#> Loading required package: TMB