View source: R/08_comparison.R
logLik.modeler | R Documentation |
modeler
logLik for an object of class modeler
## S3 method for class 'modeler'
logLik(object, ...)
object |
An object inheriting from class |
... |
Further parameters. For future improvements. |
A tibble
with the Log-Likelihood for the fitted models.
Johan Aparicio [aut]
library(flexFitR)
dt <- data.frame(X = 1:6, Y = c(12, 16, 44, 50, 95, 100))
mo_1 <- modeler(dt, X, Y, fn = "fn_lin", param = c(m = 10, b = -5))
plot(mo_1)
logLik(mo_1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.