Hi,
I've two fitted models, one binomial model with presence-absence data
that predicts probability of presence and one gaussian model (normal or
log-normal abundances).
I would like to evaluate these models not on their capability of
adjustment but on their capability of prediction by calculating the
(log)likelihood between predicted and observed values for each type of
model.
I found the following formula for Bernouilli model :
-2 log lik = -2 sum (y*log phat + (1-y)*log(1-phat) ), with "phat" is
the probaility (between 0 and 1) and "y" is the observed values (0 or 1).
1) Is anybody can tell me if this formula is statistically true?
2) Can someone tell me what is the formula of the likelihood between
observed and predicted values for a gaussian model ?
Thanks
--
Christophe LOOTS
PhD student - Hydrobiological modelling of fish habitats
Sea Fisheries Laboratory - IFREMER Boulogne sur Mer
150, Quai Gambetta. BP 699
62321 Boulogne sur Mer- FRANCE
Tél : +33(0)3 21 99 56 86
Fax : +33(0)3 21 99 56 01
E-mail : [EMAIL PROTECTED]
http://www.ifremer.fr/drvboulogne/labo/equipe.htm
______________________________________________
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.