many_quantiles: Function to apply many quantile regression models and return...

Description Usage Arguments Value Author(s)

View source: R/many_quantiles.R

Description

Function to apply many quantile regression models and return a tidy data frame.

Usage

1
many_quantiles(df, y, x, taus = seq(0.05, 0.95, by = 0.05), round = 6)

Arguments

df

Data frame.

y

Variable which is dependent on x.

x

Variable which predicts y.

taus

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

round

Decimal point to round all numeric variables in the returned data frame. Default is 6.

Value

Data frame.

Author(s)

Stuart K. Grange


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