Description Usage Arguments Value Author(s) Examples
This function converts a value (e.g., -999) to NA, which is the required for the use of other functions in this package that involve missing data.
1 | l.naconvert(data, miss_value)
|
data |
dataset stored as dataframe |
miss_value |
current value specifying missing data (e.g., -999, |
returns a dataframe with missing data values converted to NA
Myles A. Maillet, myles.a.maillet@gmail.com
1 | new_ds <- l.naconvert(data = ds, miss_value = -999)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.