Package: PartialNetwork Encoding: UTF-8 Version: 1.1.2 Type: Package Title: Estimating Peer Effects Using Partial Network Data Date: 2025-12-10 Authors@R: c(person("Vincent", "Boucher", role = c("aut"), email = "vincent.boucher@ecn.ulaval.ca"), person("Aristide", "Houndetoungan", role = c("cre","aut"), email = "ahoundetoungan@ecn.ulaval.ca")) Description: Implements IV-estimator and Bayesian estimator for linear-in-means Spatial Autoregressive (SAR) model (see LeSage, 1997 ; Lee, 2004 ; Bramoullé et al., 2009 ), while assuming that only a partial information about the network structure is available. Examples are when the adjacency matrix is not fully observed or when only consistent estimation of the network formation model is available (see Boucher and Houndetoungan, 2025 ). License: GPL-3 BugReports: https://github.com/ahoundetoungan/PartialNetwork/issues URL: https://github.com/ahoundetoungan/PartialNetwork Depends: R (>= 3.5.0) Imports: Rcpp (>= 1.0.0), Formula, formula.tools, abind, Matrix, parallel, doParallel, foreach, doRNG LinkingTo: Rcpp, RcppArmadillo(>= 0.11.4.4.0), RcppEigen, RcppNumerical, RcppProgress RoxygenNote: 7.3.2 Roxygen: list(markdown = TRUE) Suggests: ivreg, knitr, rmarkdown, ggplot2, MASS, dplyr VignetteBuilder: knitr Repository: https://ahoundetoungan.r-universe.dev Date/Publication: 2025-11-11 15:35:49 UTC RemoteUrl: https://github.com/ahoundetoungan/partialnetwork RemoteRef: HEAD RemoteSha: efce9de287b870aea3235fa00c0a2c4cceebb941 NeedsCompilation: yes Packaged: 2026-06-24 10:16:12 UTC; root Author: Vincent Boucher [aut], Aristide Houndetoungan [cre, aut] Maintainer: Aristide Houndetoungan