| logLik.tfm | R Documentation |
Computes the log-likelihood for a fitted transfer function model.
## S3 method for class 'tfm'
logLik(
object,
y = NULL,
method = c("exact", "cond"),
envir = parent.frame(),
...
)
object |
A fitted |
y |
Optional |
method |
Character: "exact" estimates presample values; "cond" fixes presample values at zero. |
envir |
Environment for evaluation. |
... |
Additional arguments (currently unused). |
Numeric value of the log-likelihood.
tfm, fit.tfm, AIC.tfm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.