powered by
fars
Returns the log-likelihood for each quantile regression stored in a fars object.
# S3 method for fars logLik(object, ...)
A named numeric vector with one element per quantile level.
An object of class fars.
Additional arguments (ignored).
fars_result <- compute_fars(dep_variable = rnorm(100), factors = matrix(rnorm(100 * 3), ncol = 3)) logLik(fars_result)
Run the code above in your browser using DataLab