relative.info: Relative information

Description Usage Arguments Value Examples

Description

Relative information

Usage

1
relative.info(data, var.x, var.y, x.value)

Arguments

data

A data frame

var.x

The regressor (or predictor) variable (has to be the name of a variable in data)

var.y

The output variable (has to be the name of a variable in data)

x.value

(optional) The value of var.x to condition upon (has to be a value of data[[var.x]])

Value

Examples

1
2
relative.info(data = mtcars, var.x = "cyl", var.y = "mpg")
relative.info(data = mtcars, var.x = "cyl", var.y = "mpg", x.value = 4)

ahdxb/data.exploration documentation built on May 11, 2019, 11:31 p.m.