Package: palsr Type: Package Title: Projected Actor Locations for Spatial Interaction Modeling Version: 0.1.0 Authors@R: c( person("Bruce A.", "Desmarais", email = "bruce.desmarais@gmail.com", role = c("aut", "cre")), person("Sangyeon", "Kim", role = "aut"), person("Howard", "Liu", role = "aut")) Description: Implements the Projected Actor Locations (PALS) method for spatial modeling of dyadic interactions between geographically mobile actors, as described in Kim, Liu and Desmarais (2023) . PALS applies exponential-smoothing weights to the spatiotemporal histories of a focal actor and its interaction partners ("alters") to project the location of future interactions. The package provides projection, maximum-similarity parameter estimation by minimizing great-circle (Haversine) prediction error, nonparametric bootstrap with multiple-imputation (Rubin's Rules) pooling, dyadic distance covariate construction, visualization, and a simulated example dataset of subnational conflict. License: MIT + file LICENSE Encoding: UTF-8 LazyData: true Depends: R (>= 4.1.0) Imports: Rcpp, stats LinkingTo: Rcpp Suggests: testthat (>= 3.0.0), knitr, rmarkdown, mice, ggplot2 URL: https://github.com/bdesmarais/palsr BugReports: https://github.com/bdesmarais/palsr/issues VignetteBuilder: knitr Roxygen: list(markdown = TRUE) Config/testthat/edition: 3 Config/roxygen2/version: 8.0.0 Repository: https://bdesmarais.r-universe.dev Date/Publication: 2026-07-02 09:05:07 UTC RemoteUrl: https://github.com/bdesmarais/palsr RemoteRef: HEAD RemoteSha: beeec07a29fe521be881b4df8379bb5a8415a876 NeedsCompilation: yes Packaged: 2026-07-03 07:49:09 UTC; root Author: Bruce A. Desmarais [aut, cre], Sangyeon Kim [aut], Howard Liu [aut] Maintainer: Bruce A. Desmarais