-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
26 lines (26 loc) · 1.12 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
Package: basicTrendline
Version: 2.0.6
Date: 2022-02-19
Title: Add Trendline and Confidence Interval of Basic Regression Models to Plot
Authors@R: c(
person("Weiping", "Mei", email = "[email protected]", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0001-6400-9862")),
person("Guangchuang", "Yu", email = "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0002-6485-8781")),
person("Jiangshan", "Lai", role = c("ctb")),
person("Qiang", "Rao", role = "ctb"),
person("Yu", "Umezawa", role = "ctb")
)
Maintainer: Weiping Mei <[email protected]>
Description: Plot, draw regression line and confidence interval, and show regression equation, R-square and P-value, as simple as possible, by using different models ("line2P", "line3P", "log2P", "exp2P", "exp3P", "power2P", "power3P") built in the 'trendline()' function.
Depends: R (>= 3.2.0)
Imports:
graphics,
stats,
scales,
investr,
AICcmodavg
BugReports: https://github.com/PhDMeiwp/basicTrendline/issues
License: GPL-3
URL: https://github.com/PhDMeiwp/basicTrendline
LazyData: true
RoxygenNote: 7.1.2
Encoding: UTF-8