<ctu <at> bigred.unl.edu> writes: > I have a silly question. I don't know how to express the loglikelihood > function of > 1/(x!) where x=x1,x2,....xn in R.
Not clear what you mean. If you just want the log of the factorial, just use lfactorial(x) ... Ben Bolker ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.