-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
22 lines (22 loc) · 1.41 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: codaredistlm
Type: Package
Title: Compositional Data Linear Models with Composition Redistribution
Version: 0.1.0
Date: 2022-12-22
Authors@R: c(
person("Ty", "Stanford", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-8570-5493")),
person("Charlotte", "Lund Rasmussen", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0003-2193-5019")),
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); linearly 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. The compositional data analysis approach implemented is outlined in Dumuid et al. (2017a) <doi:10.1177/0962280217710835> and Dumuid et al. (2017b) <doi:10.1177/0962280217737805>.
License: GPL-2
URL: https://github.com/tystan/codaredistlm
BugReports: https://github.com/tystan/codaredistlm/issues
Encoding: UTF-8
LazyData: true
Imports:
compositions,
ggplot2,
broom,
knitr
Suggests: testthat
RoxygenNote: 7.1.2