# Missing Data Imputer

## Imputate Missing Values

### Input Data

| Parameters        | Input                                    |
| ----------------- | ---------------------------------------- |
| **Target Data**   | Input data that has missing values       |
| **Output Name**   | Name of the data after imputation        |
| **Replace Value** | Choose one of the methods for imputation |

### Replace Value

The program will automatically detect whether there are any missing values. Click the cell under 'Replace Value' column for imputation method selection.

![\[Task Information of Imputate Missing Values\]](https://3929524962-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MGaxNdSdRN_L_WNiX4I%2F-MLNev0vIW7b613JTo-u%2F-MLNfhZLyoH9WZr6SJTi%2Fimage.png?alt=media\&token=51fa447c-f775-4f70-b085-cae7c00b5638)

## Workflow Example

![](https://3929524962-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MGaxNdSdRN_L_WNiX4I%2F-MHHop5hA6476Epl5srv%2F-MHHsEaESbIpbIML3kym%2Fimage.png?alt=media\&token=dfe4aaf0-3e44-4d5c-b0be-230ddc615818)

## R Package

**Imputate Missing Values:** <https://cran.r-project.org/web/packages/dlookr/index.html>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://hwasumok.gitbook.io/r-flow/r/data-preprocess/data-cleansing-missing-duplicate-data/imputate-missing-values.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
