pclig {pgirmess} | R Documentation |
Compute the percentage of each cells of a matrix by row
pclig(matr)
matr |
a matrix |
Compute the percentage of each cells of a matrix by row
Return a matrix with percentages in each cell
Patrick Giraudoux <pgiraudo@univ-fcomte.fr
x<-c(2,10,7,8,7) y<-c(56,22,7,20,5) pclig(cbind(x,y))