-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
35 lines (35 loc) · 1.7 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
Package: Castor
Type: Package
Title: Characterization and Analysis of Statistical Time series comprised Of Real-world data
Version: 0.1.0
Date: 2020-10-2
Authors@R: c(
person("Anthony", "Molinaro", email = "[email protected]", role = c("aut", "cre")),
person("Frank", "DeFalco", email = "[email protected]", role = c("aut")),
person("Observational Health Data Science and Informatics", role = c("cph"))
)
Maintainer: Anthony Molinaro <[email protected]>
Description: Castor is an R package that facilitates exploratory analysis of temporal data in an
observational database in the OMOP Common Data Model v5.x. It enables you to extract the
desired data from your database and build univariate or multivariate time series objects. Each time
series can represent either a single concept or a concept set. A concept set time series
combines the data for multiple concepts into a single multivariate time series object.
Non-parametric methods useful for supporting the following characaterization of a time series
are supplied: moving average computation, trend determination, transition and change point detection,
outlier detection, interval classification, and seasonality determination.
Castor makes no distributional assumptions about the data and thus provides no methods for forecasting.
License: Apache License 2.0
VignetteBuilder: knitr
URL: https://ohdsi.github.io/Castor, https://github.com/OHDSI/Castor
BugReports: https://github.com/OHDSI/Castor/issues
Depends:
R (>= 3.5.0),
DatabaseConnector (>= 2.2.0)
Imports:
dplyr,
SqlRender (>= 1.5.2),
tseries
NeedsCompilation: no
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)
Encoding: UTF-8