-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
29 lines (29 loc) · 1.38 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
Package: statuAAR
Type: Package
Title: Human statuar estimation from bone measures based on multiple formula
Version: 0.0.0.9000
Authors@R: c(
person("Christoph", "Rinne", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "https://orcid.org/0000-0002-9829-6182")),
person("Nils", "Mueller-Scheessel", email = "[email protected]",
role = c("aut")),
person("Hendrik", "Raese", email = "[email protected]", role = c("aut")))
Maintainer: Christoph Rinne <[email protected]>
Description: The package provides multiple formula for human statuar estimation to be
aplied to a data set provided. The package reads tabled data with one individual
per line or listed data with multiple measures per individual in subsequent lines.
The input function returns a dataframe with basic statistic of the measures to
check the data and statuAAR input object. The estimation function estimates statuar
based on the selected formular and returns a statuAAR output object with the
corresponding results.
License: GPL-3 | file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Imports: Rdpack, dplyr, magrittr, plyr, reshape2, tibble
RdMacros: Rdpack
URL: https://github.com/ISAAKiel/statuAAR
BugReports: https://github.com/ISAAKiel/statuAAR/issues
Depends:
R (>= 2.10)