.checkFactor | R Documentation |
This function was designed to check a factor object
.checkFactor(
fac,
facNa = NULL,
minLev = 2,
silent = FALSE,
debug = FALSE,
callFrom = NULL
)
fac |
(factor) main input |
facNa |
(character) level-names |
minLev |
(integer) minium number of levels |
silent |
(logical) suppress messages |
debug |
(logical) additional messages for debugging |
callFrom |
(character) allow easier tracking of messages produced |
This function returns a corrceted/adjusted factor
factor
.checkFactor(gl(3,2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.