-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
26 lines (26 loc) · 1.24 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: SLSEdesign
Title: Optimal Regression Design under the Second-Order Least Squares Estimator
Version: 0.0.3
Authors@R:
c(person(given = "Chi-Kuang", family = "Yeh",
role = c("aut", "cre"),
email = "chi-kuang.yeh@uwaterloo.ca",
comment = c(ORCID = "0000-0001-7057-2096")),
person(given = "Julie", family = "Zhou",
role = c("aut", "ctb")),
person(given = "Jason", family = "Hou-Liu",
role = c("ctb")))
Description: With given inputs that include number of points, discrete design space, a measure of skewness, models and parameter value, this package calculates the objective value, optimal designs and plot the equivalence theory under A- and D-optimal criteria under the second-order Least squares estimator. This package is based on the paper "Properties of optimal regression designs under the second-order least squares estimator" by Chi-Kuang Yeh and Julie Zhou (2021) <doi:10.1007/s00362-018-01076-6>.
URL: https://github.com/chikuang/SLSEdesign
BugReports: https://github.com/chikuang/SLSEdesign/issues
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
CVXR
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr