pclig {pgirmess}R Documentation

Compute the percentage of each cell of a matrix by row

Description

Compute the percentage of each cells of a matrix by row

Usage

pclig(matr)

Arguments

matr a matrix

Details

Compute the percentage of each cells of a matrix by row

Value

Return a matrix with percentages in each cell

Author(s)

Patrick Giraudoux <pgiraudo@univ-fcomte.fr

Examples

x<-c(2,10,7,8,7) 
y<-c(56,22,7,20,5)
pclig(cbind(x,y))

[Package pgirmess version 1.2.5 Index]