-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
55 lines (55 loc) · 2.06 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
Package: simrel
Title: Simulation of Multivariate Linear Model Data
Version: 2.1.0
Authors@R:
c(person(given = "Raju",
family = "Rimal",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-6097-0285")),
person(given = "Solve",
family = "Sæbø",
role = c("aut", "ths"),
email = "[email protected]",
comment = c("Original creator of the package", ORCID = "0000-0001-8699-4592")),
person(given = "Kristian Hovde",
family = "Liland",
role = c("aut"),
email = "[email protected]",
comment = c("Contributor and coauthor of the univariate version of simrel",
ORCID = "0000-0001-6468-9423")))
Description: Researchers have been using simulated data from a multivariate linear model to compare and evaluate different methods, ideas and models. Additionally, teachers and educators have been using a simulation tool to demonstrate and teach various statistical and machine learning concepts.
This package helps users to simulate linear model data with a wide range of properties by tuning few parameters such as relevant latent components. In addition, a shiny app as an 'RStudio' gadget gives users a simple interface for using the simulation function. See more on: Sæbø, S., Almøy, T., Helland, I.S. (2015) <doi:10.1016/j.chemolab.2015.05.012> and Rimal, R., Almøy, T., Sæbø, S. (2018) <doi:10.1016/j.chemolab.2018.02.009>.
Depends:
R (>= 3.5.0)
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.2.1
VignetteBuilder: knitr
BugReports: https://github.com/simulatr/simrel/issues
URL: https://simulatr.github.io/simrel/
Repository: https://github.com/simulatr/simrel
Imports:
FrF2,
ggplot2,
gridExtra,
jsonlite,
magrittr,
methods,
miniUI,
purrr,
reshape2,
rlang,
rstudioapi,
scales,
sfsmisc,
shiny,
testthat,
tibble,
tidyr
Suggests:
DoE.base,
covr,
knitr,
markdown,
pls