imputed_mtcars | R Documentation |
This dataset is a version of the mtcars
dataset where random missing values
were introduced, and multiple imputation was performed using the mice
package.
imputed_mtcars
A data frame with 160 rows and 13 variables
Random missingness was introduced into 10% of the values in the original mtcars
dataset.
Multiple imputation was then performed using the mice
package with the following parameters:
5 multiple imputations (m = 5
).
50 iterations per imputation (maxit = 50
).
Seed set to 123 for reproducibility.
The dataset included here is the first completed dataset resulting from the multiple imputation process.
Original dataset from datasets::mtcars
, with missing values introduced and imputed.
data(imputed_mtcars)
head(imputed_mtcars)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.