Description Usage Arguments Value Examples
Reports an error if the number_of_functional_predictors =0 and number_of_nonfunctional_predictors=0. Our model runs only if we have at least one functional_predictor or at least one nonfunctional_predictor.
1 2 3 4 | error_number_of_predictors(
number_of_functional_predictors,
number_of_nonfunctional_predictors
)
|
number_of_functional_predictors |
Number of functional predictors. |
number_of_nonfunctional_predictors |
Number of nonfunctional predictors. |
Error if number_of_functional_predictors =0 and number_of_nonfunctional_predictors=0.
1 2 3 4 | ## Returns error (not run)
#number_of_functional_predictors <- 0
#number_of_nonfunctional_predictors <- 0
#error_number_of_predictors(number_of_functional_predictors,number_of_nonfunctional_predictors)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.