powered by
fars
Returns the log-likelihood for a single quantile regression stored in a fars object (selected via tau).
tau
# S3 method for fars logLik(object, tau, ...)
An object of class "logLik", as returned by the underlying quantile regression model.
"logLik"
An object of class fars.
Numeric. Quantile level to select (e.g. 0.50).
Additional arguments (ignored).
fars_result <- compute_fars(dep_variable = rnorm(100), factors = matrix(rnorm(100 * 3), ncol = 3)) logLik(fars_result, tau = 0.50)
Run the code above in your browser using DataLab