CandidatesTable {cleanerR} | R Documentation |
CandidatesTable
candidates implementation that asks for a data.table objectCandidatesTable
candidates implementation that asks for a data.table object
CandidatesTable(df, goal, vec, repetitions, trigger = 1)
df |
A data.table with the missing values you wish to fill |
goal |
The collum with the missing values you wish to fill |
vec |
a vector of collums you wish to test if can be used to predict the values |
repetitions |
Measure of error, the bigger the less likely you will get the right prediction |
trigger |
When you pair all possible combination of tuples a percentage of them will show only once, trigger rejects the set if this percentage is higher than this value |