View source: R/imputation_methods.R
imputeNumeric | R Documentation |
This method takes an input GenotypeTable
object with
missing values and imputes the missing values using one of the chosen
methods.
imputeNumeric(
tasObj,
byMean = TRUE,
nearestNeighbors = 5,
distance = c("Euclidean", "Manhattan", "Cosine")
)
tasObj |
an rTASSEL |
byMean |
Will imputation be performed by computing the mean of the
respective column? Defaults to |
nearestNeighbors |
Number of nearest neighbors to be evaluated.
Defaults to |
distance |
Distance type. Options are |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.