logLik.tdmorefit: Calculate the log-likelihood of the predicted values. If...

Description Usage Arguments Value

View source: R/ebe.R

Description

Calculate the log-likelihood of the predicted values. If fixed values were used to obtain the tdmorefit, they are considered estimated and are included in the population log-likelihood.

Usage

1
2
## S3 method for class 'tdmorefit'
logLik(object, type = c("ll", "pop", "pred"), par = coef(object), ...)

Arguments

object

A tdmorefit object

type

log-lokelihood function type, 3 possible values: 'pop', 'pred' or 'll' (= pop + pred)

par

the parameter set to evaluate in log likelihood

...

ignored

Value

A numeric value


tdmore-dev/tdmore documentation built on Jan. 1, 2022, 3:21 a.m.