Description Usage Arguments Value Examples
View source: R/which.restricts.R
This function helps you to decide which variable is restricting your analysis by having the highest number of missing values in the selected set.
1  | which.restricts(predictors, outcome, db)
 | 
predictors | 
 Predictors are the known variables, based on which we want to conduct our predicting.  | 
outcome | 
 is the character string specifying the outcome variable. This variable has to be a part of the database (db)  | 
db | 
 The database on which we should perform the operations  | 
The table of non-missing observations after eliminating the variable to the left.
1  | which.restricts(c("d_age","b_sex"),"ANAscore",data)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.