checking_data: Checking Data

Description Usage Arguments Value Examples

View source: R/data_process_tools.R

Description

checking_data cheking dat before processing.

Usage

1
2
3
4
5
6
7
checking_data(
  dat = NULL,
  target = NULL,
  occur_time = NULL,
  note = FALSE,
  pos_flag = NULL
)

Arguments

dat

A data.frame with independent variables and target variable.

target

The name of target variable. Default is NULL.

occur_time

The name of the variable that represents the time at which each observation takes place.

note

Logical.Outputs info.Default is TRUE.

pos_flag

The value of positive class of target variable, default: "1".

Value

data.frame

Examples

1
dat = checking_data(dat = UCICreditCard, target = "default.payment.next.month")

creditmodel documentation built on Jan. 7, 2022, 5:06 p.m.