plot_cum_acc_by_norm_deg: Plot cumulative accurcy by normalized degree rank

Description Usage Arguments Examples

View source: R/Real-networks.R

Description

Plot cumulative accurcy by normalized degree rank

Usage

1
2
3
4
plot_cum_acc_by_norm_deg(
  data_df = NULL,
  p_grid = 10^(-seq(0.5, 4, length.out = 8))
)

Arguments

data_df

A tibble with columns name, n, and formal_name as in gmmle_data and a column results which has output from shuffle_gm_sim for each graph.

p_grid

Grid of error probabilities used to generate results

Examples

1
2
3
4
5
## Not run: 
# This takes a few minutes
plot_cum_acc_by_norm_deg()

## End(Not run)

dpmcsuss/gmmle documentation built on July 2, 2020, 6:24 p.m.