-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
77 lines (77 loc) · 2.17 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Package: smatr
Version: 3.4-8
Title: (Standardised) Major Axis Estimation and Testing Routines
Authors@R: c(
person("David", "Warton", email = "[email protected]", role = "aut"),
person("Remko", "Duursma", email = "[email protected]", role = "aut"),
person("Daniel", "Falster", email = "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-9814-092X")),
person("Sara", "Taskinen", role = "aut"),
person(given = "Fonti",
family = "Kar",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-2760-3974"))
)
Description: Methods for fitting bivariate lines in
allometry using the major axis (MA) or standardised major axis (SMA), and
for making inferences about such lines. The available methods of inference
include confidence intervals and one-sample tests for slope and elevation,
testing for a common slope or elevation amongst several allometric lines,
constructing a confidence interval for a common slope or elevation, and
testing for no shift along a common axis, amongst several samples.
See Warton et al. 2012 <doi:10.1111/j.2041-210X.2011.00153.x> for methods description.
License: GPL (>= 3) + file LICENSE
URL: https://github.com/traitecoevo
Imports:
dplyr,
tidyr,
stringr,
rlang,
magrittr
Collate:
'alpha.fun.R'
'b.com.est.R'
'coef.sma.R'
'com.ci.R'
'confint.sma.R'
'defineAxis.R'
'elev.com.R'
'elev.test.R'
'fitted.sma.R'
'huber.M.R'
'leaflife.R'
'leafmeas.R'
'line.cis.R'
'logLik.sma.R'
'lr.b.com.R'
'ma.R'
'makeLogMinor.R'
'meas.est.R'
'multcompmatrix.R'
'nicePlot.R'
'plot.sma.R'
'predict.sma.R'
'print.sma.R'
'residuals.sma.R'
'robust.factor.R'
'seqLog.R'
'shift.com.R'
'slope.com.R'
'slope.test.R'
'sma.R'
'smatr.R'
'summary.sma.R'
'utils.R'
Suggests:
covr,
knitr,
rmarkdown,
markdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
BugReports: https://github.com/traitecoevo/smatr/issues
RoxygenNote: 7.2.1
Encoding: UTF-8
LazyData: true