powered by
Plots all variables of a data frame against the specified dependant variable
bivariate(df, dep.var, indep.var, n.bins = 4, na.rm = TRUE)
name of the data frame
name the dependant variable
name the independant variable
number of bins to create
returns bivariate analysis summary dataframe
# NOT RUN { data(iris) bivariate(iris,'Species','Petal.Width',n.bins=3) # }
Run the code above in your browser using DataLab