dom_make_blur_data: Compute bootstrap estimates of focus and position for the...

Description Usage Arguments Value

View source: R/bootstrap.R

Description

Compute bootstrap estimates of focus and position for the downward null model with confidence intervals

Usage

1
2
3
4
5
6
7
dom_make_blur_data(
  aggression_matrix,
  blur_values = 0:10/10,
  replications = 100,
  epsilon = 0.694,
  conf_level = 0.95
)

Arguments

aggression_matrix

An aggression matrix.

blur_values

A vector of blur values to use in the downward null model.

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 'blur', '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.