IHi all,
 have a dataset with rows as plots and environmental data as columns.
I have predicted the values using the following

ed.pred<-predict(lda.ed,ed) #lda.ed the model, ed the env. variables
used for the prediction plots

I am wanting to know the formula used by predict.lda for calculating
the posterior probabilities.

Can anyone point me in the right direction?

Thanks

______________________________________________
R-help@stat.math.ethz.ch 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.

Reply via email to