Learn R Programming

cleanerR (version 0.1.1)

WorstAccuracyTable: WorstAccuracyTable Asks for a data.table, a vector of collumn indices and the goal collumn and returns the minimum possible value of accuracy of filling missing values

Description

WorstAccuracyTable Asks for a data.table, a vector of collumn indices and the goal collumn and returns the minimum possible value of accuracy of filling missing values

Usage

WorstAccuracyTable(df, VECTORS, goal)

Arguments

df

A data.table that you intend to fill missing values, warning this dataframe shall contain no missing values so the user must drop the lines it happens

VECTORS

The collumns you wish to use to predict the missing values

goal

The collum with the missing values you wish to fill