Describes a factor variable.
describe.factor(x,varname="",horizontal=FALSE,decr.order=TRUE)
A factor.
A name for the variable. describe always passes the name.
Whether to display the results across the page (TRUE) or down the page (FALSE).
Whether to order the rows by decreasing frequency.
nil
describe.factor displays the name of the factor, a table of its values, the modal value of the factor and the number of valid (not NA) values.