-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
27 lines (27 loc) · 1.3 KB
/
DESCRIPTION
File metadata and controls
27 lines (27 loc) · 1.3 KB
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
Package: assocr
Type: Package
Title: Quantify degreee of assocation between discrete event series
Version: 0.1.0
Authors@R: person("Christopher", "Galbraith", email = "galbraic@uci.edu",
role = c("cre", "aut"))
Description: An implementation of the methods of <paper> in R.
Contains methods for quantifying the degree of association between pairs of discrete
event time series, focusing on the case where two associated event series exhibit temporal
clustering such that the occurrence of one type of event at a particular time increases
the likelihood that an event of the other type will also occur nearby in time. Multiple
different score functions are used to quantify association, including characteristics of
marked point processes and summary statistics for inter-event times. Two techniques are
currently implemented for assessing the degree of associaton: (i) a population-based approach
to calculate score-based likelihood ratios when a sample from a relevant population is
available, and (ii) a resampling approach to compute coincidental match probabilities when
only a single pair of event series is available.
License: MIT
Encoding: UTF-8
LazyData: true
Imports:
ggplot2,
gridExtra,
MASS,
ROCR
RoxygenNote: 6.0.1
Suggests: testthat