| logLik.fars | R Documentation |
fars ObjectReturns the log-likelihood for a single quantile regression
stored in a fars object (selected via tau).
## S3 method for class 'fars'
logLik(object, tau, ...)
object |
An object of class |
tau |
Numeric. Quantile level to select (e.g. 0.50). |
... |
Additional arguments (ignored). |
An object of class "logLik", as returned by the
underlying quantile regression model.
fars_result <- compute_fars(dep_variable = rnorm(100),
factors = matrix(rnorm(100 * 3), ncol = 3))
logLik(fars_result, tau = 0.50)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.