-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
16 lines (16 loc) · 1.05 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Package: deltacomp
Type: Package
Title: Functions to Analyse Compositional Data and Produce Confidence Intervals for Relative Increases and Decreases in the Compositional Components
Version: 0.2.2
Date: 2022-03-09
Authors@R: c(
person("Ty", "Stanford", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-8570-5493")),
person("Dot", "Dumuid", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0003-3057-0963")))
Description: Provided data containing an outcome variable, compositional variables and additional covariates (optional); regress the outcome variable on an isometric log ratio (ilr) transformation of the linearly dependent compositional variables. The package provides predictions (with confidence intervals) in the change (delta) in the outcome/response variable based on the multiple linear regression model and evenly spaced reallocations of the compositional values.
License: file LICENSE
Encoding: UTF-8
LazyData: true
Imports: compositions,
ggplot2
Suggests: testthat
RoxygenNote: 7.1.2