perf.table: perf.plot

Description Usage Arguments Value

Description

Creates a table for a common univariate analysis - the target variable averaged at different levels of x. Table returns mean values and counts at the different levels of x, where the levels are determined by using hist()$breaks.

Usage

1
2
perf.table(y, x, num.switch = class(x) %in% c("numeric", "integer",
  "float"))

Arguments

y

- The target variable

x

- The independent variable.

Value

Returns a dataframe with the mean value of y at bucketed values of x.


christiantillich/AnaliTools documentation built on May 13, 2019, 6:59 p.m.