predict.tramTMB {tramME} | R Documentation |
Post-estimation calculations in a tramTMB model
Description
Post-estimation calculations in a tramTMB model
Usage
## S3 method for class 'tramTMB'
predict(
object,
newdata,
parameters = .get_par(object, full = TRUE),
scale = c("lp", "trafo"),
cov = FALSE,
as.lm = FALSE,
...
)
Arguments
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). |
[Package tramME version 1.0.6 Index]