predict.tramTMB | R Documentation |
Post-estimation calculations in a tramTMB model
## S3 method for class 'tramTMB'
predict(
object,
newdata,
parameters = .get_par(object, full = TRUE),
scale = c("lp", "trafo"),
cov = FALSE,
as.lm = FALSE,
...
)
object |
A |
newdata |
A named list with elements Y, X and Z (not all necessary) |
parameters |
A named list of parameter values |
scale |
The scale on which the post-estimation calculations are done |
cov |
Logical; If |
as.lm |
Logical; reparameterize as a LMM |
... |
Optional arguments (ignored). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.