plot_many_quantiles: Function to quickly plot many quantiles regression lines on a...

Description Usage Arguments Author(s)

View source: R/plot_many_quantiles.R

Description

Function to quickly plot many quantiles regression lines on a scatterplot.

Usage

1
2
plot_many_quantiles(df, y, x, type = "scatterplot", taus = seq(0.05, 0.95,
  by = 0.05), square = FALSE)

Arguments

df

Data frame.

y

Variable which is dependent on x.

x

Variable which predicts y.

type

Type of plot. Can either be "scatterplot" or "coefficients".

taus

Quantiles to plot. Default uses seq(0.05, 0.95, by = 0.05).

square

Should the data be plotted with square axes? Default is FALSE.

Author(s)

Stuart K. Grange


skgrange/enlightenr documentation built on May 30, 2019, 1:03 a.m.