getTheData: Prepare Data for Analysis

View source: R/getTheData.R

getTheDataR Documentation

Prepare Data for Analysis

Description

Transform the data matrix into the specific format for analysis.

Usage

getTheData(theTempData, ifInf = "edge", ifNA = "central", k = 10)

Arguments

theTempData

The data matrix to analysis.

ifInf

= 'NA' 'edge'

ifNA

= 'omit' 'knn' 'central'

k

= 10

Value

The function returns an array.

Author(s)

zdx, zhaodexuan@aliyun.com

Examples

## Not run: 
theData <- getTheData(theTempData)

## End(Not run)


zhaodexuan/NERF documentation built on Aug. 1, 2023, 1:18 a.m.