-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
24 lines (24 loc) · 1.2 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Package: Repmis
Title: What the Package Does (One Line, Title Case)
Version: 0.0.0.9000
Authors@R:
person(given = "Andy",
family = "Tai",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: The name of this argument is RepMis (Replace Missing Data). This is because this function created replaces missing data with simple imputations function. Simple imputations calculates and utilizes different functions such as median, mean etc. We allow users the freedom to choose what methods to change not available factors. Verbose was used so that individuals can check if the function was running. The input has to be a numerical vector because we are trying to find different mean, median values from the input. If the input is non numerical values, we have shown users that this is the case with an error message, and this function will replace all missing values with the string "none". .
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Suggests:
testthat,
knitr,
rmarkdown
Imports:
useful,
datateachr,
magrittr
VignetteBuilder: knitr