Consider implementing likelihood()
as log_likelihood()
and wrapping with logLik()
#64
Labels
likelihood()
as log_likelihood()
and wrapping with logLik()
#64
I'm now wondering if we should rename the function
log_likelihood
and remove this argument as inoffspring_ll
, especially if we eventually want to wrap this by an S3 function forepichains
or related objects with the standard namelogLik
. The only difference is theexp
call at the end but the user could also really do that themselves externally.It would have the benefit that the mentions of "log-likelihood/likelihood" would be shortened to "log-likelihood".
Originally posted by @sbfnk in #58 (comment)
The text was updated successfully, but these errors were encountered: