rsstap
: Spline Spatial Temporal Aggregated PredictorsThis is an R package that fits spline spatial temporal aggregated predictors to subject indexed spatio-temporal data. The primary target audience is researchers interested in the effect of built environment features (BEFs) on human health,though other applications are possible.
As this package is under active development it is currently only available via Github. If you'd like to to install the current development software use the following lines of R code
```r if(!require(devtools)){ install.packages("devtools") library(devtools) }
install_github("apeterson91/rsstap",dependencies = TRUE) ```
Please note that rsstap
is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
A citation is in progress. Check back soon.
This work was developed with support from NIH grant R01-HL131610 (PI: Sanchez).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.