dom_make_data: Compute bootstrap estimates of confience intervals for focus...

Description Usage Arguments Value

View source: R/bootstrap.R

Description

Compute bootstrap estimates of confience intervals for focus and position given an aggression matrix

Usage

1
2
3
4
5
6
dom_make_data(
  aggression_matrix,
  replications = 100,
  epsilon = 0.694,
  conf_level = 0.95
)

Arguments

aggression_matrix

An aggression matrix.

replications

The number of bootstrap replications.

epsilon

The regularization parameter for computing eigenvalue centrality.

conf_level

The confidence level used to compute lower and upper limits of the confidence intervals on focus and position. The default value is 0.95.

Value

Returns a data frame with columns 'focus', 'position' and confidence intervals on focus ('focus_ci_lo', 'focus_ci_hi') and position ('position_ci_lo', 'position_ci_hi').


danm0nster/domstruc documentation built on Feb. 12, 2020, 8:58 a.m.