feature.fit: Analyze if the missingess of 'target' can be predicted from...

View source: R/feature.fit.R

feature.fitR Documentation

Analyze if the missingess of 'target' can be predicted from 'feature'. 'Feature' can be a numeric or categorical vector, and the model is LDA with a binary decision tree as back up (rpart).

Description

Analyze if the missingess of 'target' can be predicted from 'feature'. 'Feature' can be a numeric or categorical vector, and the model is LDA with a binary decision tree as back up (rpart).

Usage

feature.fit(target, feature)

Arguments

target

A vector with some values missing

feature

A vector we wish to predict missingess from.


Stat-Cook/Data.Quality.Reports documentation built on May 4, 2022, 2:21 p.m.