imputed_mtcars {SSVS}R Documentation

Imputed mtcars Dataset

Description

This dataset is a version of the mtcars dataset where random missing values were introduced, and multiple imputation was performed using the mice package.

Usage

imputed_mtcars

Format

A data frame with 160 rows and 13 variables

Details

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:

The dataset included here is the first completed dataset resulting from the multiple imputation process.

Source

Original dataset from datasets::mtcars, with missing values introduced and imputed.

Examples


data(imputed_mtcars)
head(imputed_mtcars)


[Package SSVS version 2.1.0 Index]