Learn R Programming

gettingtothebottom (version 3.0)

plot_check: Linear Programming - Plot Check Function

Description

plot_check Plot Check Function

Usage

plot_check(r, taus = taus)

Arguments

r
A vector to feed into the check function
taus
A vector of tau values to be used in the check function

Examples

Run this code
r <- seq(-1,1,length.out=1e4)
taus <- c(0.25,0.5,0.75)
plot_check(r,taus)

Run the code above in your browser using DataLab