powered by
A helper function for computing the frequency of each factor level (typically used in correspondence analysis).
freq_ca(dat, nfac = FALSE)
A factor or a data frame.
Logical indicating whether the number of factors (i.e. the number of columns in dat) is a divisor for the level frequencies.
dat
A vector containing the frequency counts of every level.
# NOT RUN { SndT_Fra <- read.table(system.file("extdata", "SndT_Fra.txt", package = "svs"), header = TRUE, sep = "\t", quote = "\"", encoding = "UTF-8") freq_ca(SndT_Fra) # }
Run the code above in your browser using DataLab