This function extracts the log-likelihood from a femlm estimation.
Usage
# S3 method for femlm
logLik(object, ...)
Value
It returns a numeric scalar.
Arguments
object
An object of class femlm. Typically the result of a femlm estimation.
...
Not currently used.
Author
Laurent Berge
Details
This function extracts the log-likelihood based on the model fit. You can have more information on the likelihoods in the details of the function femlm.