MLE_stage2_gradient: Stage 2: solve likelihood directly

Description Usage Arguments Value

View source: R/ML_estimation.R

Description

Stage 2: solve likelihood directly

Usage

1
2
3
MLE_stage2_gradient(wide, bound_lower, bound_upper, rho_start = 0,
  inital_search_radius = 0.4,
  convergence_tol = sqrt(.Machine$double.eps))

Arguments

wide

network data in upper-triangular wide format

bound_lower

lower bound on rho

bound_upper

upper bound on rho

rho_start

starting value (default = 0)

inital_search_radius

intial search radius around starting value (default = 0.4)

convergence_tol

convergence tolerance

Value

fitted model


adzemski/netprobitFE documentation built on May 17, 2019, 11:40 a.m.