-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
36 lines (36 loc) · 1.19 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Package: ptools
Title: Tools for Poisson Data
Version: 2.0.0
Authors@R:
person(given = "Andrew",
family = "Wheeler",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2255-1316"))
Maintainer: Andrew Wheeler <[email protected]>
Description: Functions used for analyzing count data, mostly crime counts. Includes checking difference in two Poisson counts (e-test), checking the fit for a Poisson distribution, small sample tests for counts in bins, Weighted Displacement Difference test (Wheeler and Ratcliffe, 2018) <doi:10.1186/s40163-018-0085-5>, to evaluate crime changes over time in treated/control areas. Additionally includes functions for aggregating spatial data and spatial feature engineering.
License: MIT + file LICENSE
URL: https://github.com/apwheele/ptools
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports:
partitions,
sp,
raster,
igraph,
RANN,
spatstat.geom,
spatstat.utils,
sf,
stats,
methods
Depends:
R (>= 3.0.0)
VignetteBuilder: knitr