Package: spflow
Title: Spatial Econometric Interaction Models
Version: 0.1.0
Date: 2021-09-08
Authors@R: c(
    person("Lukas", "Dargel", role = c("aut", "cre"),
           email = "lukas.dargel@mailbox.org",
           comment = c(ORCID = "0000-0002-4839-506X")),
    person("Thibault", "Laurent", role = "aut",
           email = "thibault.laurent@tse-fr.eu",
           comment = c(ORCID = "0000-0001-7487-7671")),
    person("Christine", "Thomas", role = c("ths","ctb"),
           email = "christine.thomas@tse-fr.eu"),
    person("Paula", "Margaretic", role = "ctb"),
    person("Gabriel", "Watkinson", role = "ctb"),
    person("Roger", "Bivand", role = "ctb"))
Description: 
    Efficient estimation of spatial econometric models of origin-destination flows, which may exhibit spatial autocorrelation in the dependent variable, the explanatory variables or both.
    The model is the one proposed by LeSage and Pace (2008) <doi:10.1111/j.1467-9787.2008.00573.x>, who develop a matrix formulation that exploits the relational structure of flow data.
    The estimation procedures follow most closely those outlined by Dargel (2021) (preprint available at <https://www.tse-fr.eu/fr/publications/revisiting-estimation-methods-spatial-econometric-interaction-models>).
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
RdMacros: Rdpack
Imports: coda, Matrix, methods, RSpectra, Rdpack, utils
Collate: 'spflow-package.R' 'utils_classes.R'
        'class_0_generics-and-maybe-classes.R'
        'class_sp-network-pair.R' 'class_sp-network-nodes.R'
        'class_sp-network-meta.R' 'class_sp-network-multi.R'
        'class_spflow-model-meta.R' 'class_spflow-model-children.R'
        'example_data.R' 'fit-spflow-mcmc.R' 'fit-spflow-mle.R'
        'fit-spflow-mle_hessian.R' 'fit-spflow-ols.R'
        'fit-spflow-s2sls.R' 'spflow-control.R' 'spflow-formula.R'
        'spflow-likelihood.R' 'spflow-logdet.R'
        'spflow-model-estimation.R' 'spflow-model-matrix_1.R'
        'spflow-model-matrix_2-transformations.R'
        'spflow-model-matrix_3-spatial-lags.R'
        'spflow-model-moments_1.R' 'spflow-model-moments_2-blocks.R'
        'spflow-simulations.R' 'spflow.R' 'utils.R' 'utils_error.R'
        'utils_formula.R' 'utils_fp.R' 'utils_math.R' 'utils_matrix.R'
        'utils_strings.R'
URL: https://github.com/LukeCe/spflow
BugReports: https://github.com/LukeCe/spflow/issues
Suggests: covr, knitr, sf, sp, spdep, tinytest, rmarkdown
Language: en-US
Depends: R (>= 3.5.0)
VignetteBuilder: knitr
ByteCompile: true
NeedsCompilation: no
Packaged: 2021-09-08 14:18:48 UTC; lukece
Author: Lukas Dargel [aut, cre] (<https://orcid.org/0000-0002-4839-506X>),
  Thibault Laurent [aut] (<https://orcid.org/0000-0001-7487-7671>),
  Christine Thomas [ths, ctb],
  Paula Margaretic [ctb],
  Gabriel Watkinson [ctb],
  Roger Bivand [ctb]
Maintainer: Lukas Dargel <lukas.dargel@mailbox.org>
Repository: CRAN
Date/Publication: 2021-09-09 09:40:02 UTC
Built: R 4.0.2; ; 2021-09-10 10:35:49 UTC; unix
