Description Usage Arguments Value
View source: R/generalFunctions.R
Function to imputes Missing Values into data matrix using knn
1 | missing_values_df(df, k = 10, rowmax = 0.5, colmax = 0.8, maxp = NULL)
|
df |
dataframe with rows = ?, cols = ? |
k |
number of nearest neighbours for knn (default = 10) |
rowmax |
maximum number of missing values in row of df (default = 0.5) |
colmax |
maximum number of missing values in col of df (default = 0.8) |
maxp |
Check |
df with imputed values - rows = ?, cols = ?
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.