one_factor {model4you} | R Documentation |
Check if model has only one factor covariate.
Description
See https://stackoverflow.com/questions/50504386/check-that-model-has-only-one-factor-covariate/50514499#50514499
Usage
one_factor(object)
Arguments
object |
model. |
Value
Returns TRUE if model has a single factor covariate, FALSE otherwise.
[Package model4you version 0.9-7 Index]