powered by
Creates an indicator matrix from a data.frame with the categories of the questions as columns and individuals as rows.
indicator(x, id = NULL, ps = ": ")
a data.frame of factors
a vector defining the labels for the individuals. If id = NULL row number is used.
the seperator used in the creation of the names of the columns.
Returns a indicator matrix
soc.mca
# NOT RUN { a <- rep(c("A","B"), 5) b <- rep(c("C", "D"), 5) indicator(data.frame(a,b)) # }
Run the code above in your browser using DataLab