Skip to content

First Release

Latest
Compare
Choose a tag to compare
@apeterson91 apeterson91 released this 21 Aug 02:48
· 14 commits to master since this release

First release. Contains functions estimating spatial temporal aggregated predictors via splines. Follows conventions in stats and lme4 packages for independent and grouped data.

sstap_(g)lm(er) functions

  • sstap_lm()
  • sstap_glm()
  • sstap_lmer()
  • sstap_glmer()

sstapreg methods

  • coef()
  • ranef()
  • ngrps()
  • nsamples()
  • summary()
  • print()
  • plot()
  • plot3D()
  • plot_xsection()

Additionally sstapspec() class and methods are currently exported for those interested in creating/using stap formulas. These functions can be found in the documentation.