Description Usage Arguments Examples
View source: R/impute_missing_or_sequential.R
This function imputes missing values using MICE
1 | impute_missing_or_sequential(dataframe, column, column2)
|
dataframe |
Object of data table or dataframe |
column |
Dependent variable column in question with double quotes |
column2 |
Independent variable column in question with double quotes |
1 2 3 | Example <- impute_missing_or_sequential(dataframe,"AllVisits","impacts")
All imputed series as well as the optimal are saved in your working directory
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.