Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 819 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 819 Bytes

nbhdmodel

R package to fit neighborhood models as described in "Measuring and Modeling Neighborhoods". The core methodology is described in the paper and can be implemented with any tool that can fit generalized linear mixed models (GLMMs). However, some of the preprocessing necessary to set up the GLMM can be onerous. In addition to providing a specialized GLMM routine, this package provides several preprocessing functions that, while not completely general, should be useful for others performing these kinds of analyses.

To install, run:

remotes::install_github("CoryMcCartan/nbhdmodel")

Looking for the web survey tool to collect drawn neighborhoods? See CoryMcCartan/neighborhood-survey.