Rev 2 | Rev 7081 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{nlevels}\title{The Number of Levels of a Factor}\usage{nlevels(x)}\alias{nlevels}\description{\code{nlevels}returns the number of levels which its argument has.If the argument is not a factor \code{NA} is returned.The actual factor levels (if they exist) can be obtainedwith the \code{levels} function.}\seealso{\code{\link{levels}}.}\keyword{category}