hturner / PlackettLuce

PlackettLuce package for Plackett-Luce models in R
https://hturner.github.io/PlackettLuce/
18 stars 5 forks source link

Add comment on interpretation of coef to PlackettLuce.Rd #14

Closed hturner closed 6 years ago

hturner commented 7 years ago

Should add to PlackettLuce.Rd that mod$coefficients are the probabilities for each item that it is ranked first, given that first place is not tied. Then coef(mod) returns the log-probabilities, by default with the log-probability of the first item set to zero.

hturner commented 7 years ago

The model and the interpretation of its coefficients is now discussed in the vignette. This help file could probably still do with being updated though.