create_pp_plot: Create p-p plot

Description Usage Arguments Value

View source: R/exhibits.R

Description

Create p-p plot

Usage

1
2
3
4
5
6
create_pp_plot(
  method_results,
  cv_limits = c(0, 1),
  by_line = TRUE,
  confidence_level = 0.95
)

Arguments

method_results

a tibble output from run_single_backtest()

cv_limits

a numeric vector with upper and lower bound used to filter estimated CVs. Default is c(0,1)

by_line

a logical. Should graph be faceting by line. Default is TRUE

confidence_level

a numeric value indicating what confidence level to use in graph. Default is 0.95. NOT WORKING!

Value

a ggplot2 object


problemofpoints/reservetestr documentation built on Jan. 3, 2020, 9:12 a.m.