bivariate: Plots all variables of a data frame against the specified...

Description Usage Arguments Value Examples

View source: R/bivariate.R

Description

Plots all variables of a data frame against the specified dependant variable

Usage

1
bivariate(df, dep.var, indep.var, n.bins = 4, na.rm = TRUE)

Arguments

df

name of the data frame

dep.var

name the dependant variable

indep.var

name the independant variable

n.bins

number of bins to create

Value

returns bivariate analysis summary dataframe

Examples

1
2
data(iris)
bivariate(iris,'Species','Petal.Width',n.bins=3)

ujjwalkarn/xda documentation built on May 3, 2019, 2:23 p.m.