makeprobsvec {cummeRbund} | R Documentation |
Sums a vector of numerics and divides by the sum
makeprobsvec(p)
p |
A vector of numerics |
None
A vector of probabilities
Should not be called directly by user.
Loyal A. Goff
None
p<-sample(1:5000,20) makeprobsvec(p)