powered by
proFreq(profiles, population)
wprof
matrix
data.frame
prof
popelem
vl <- c(2, 3, 2) prf <- var2prof(varlen = vl) pop <- matrix(c(2, 1, 1, 1, 2, 1, 2, 3, 1), 3, 3) rownames(pop) <- LETTERS[1:3] proFreq(profiles = prf, population = pop)
Run the code above in your browser using DataLab