Learn R Programming

Conigrave (version 0.4.4)

get.numeric: get.numeric

Description

Takes in a data.frame or imputationList, removes non-numeric columns, and returns the object.

Usage

get.numeric(x)

Arguments

x

a data.frame or 'imputationList'

Value

Returns the original object with all non-numeric columns removed.