can someone explain to me why the following code
LogLikelihood[ MultinomialDistribution[ countstot, {dt1/ttot, dt2/ttot, dt3/ttot, dt4/ttot, dt5/ttot}], {CR1, CR2, CR3, CR4, CR5}]
does not produce a number as output, but instead this:
LogLikelihood[ MultinomialDistribution[ 156, {318/1049, 159/1049, 208/1049, 222/1049, 142/1049}], {0.00186, 0.00185, 0.00136, 0.00108, 0.00115}]
it is the first time I use LogLikelihood and MultinomialDistribution, and I have probably done something wrong, but I can't really understand what.
Thanks