-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
45 lines (45 loc) · 2.52 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
Package: squid
Title: Statistical Quantification of Individual Differences
Version: 0.2.1.9000
Authors@R: c(
person("Hassen" , "Allegue" , email = "[email protected]" , role = c("aut","cre")),
person("Yimen" , "G. Araya-Ajoy" , email = "[email protected]" , role = "aut"),
person("Niels" , "J. Dingemanse" , email = "[email protected]" , role = "aut"),
person("Ned" , "A. Dochtermann" , email = "[email protected]" , role = "aut"),
person("Laszlo" , "Z. Garamszegi" , email = "[email protected]" , role = "aut"),
person("Shinichi", "Nakagawa" , email = "[email protected]" , role = "aut"),
person("Denis" , "Reale" , email = "[email protected]" , role = "aut"),
person("Holger" , "Schielzeth" , email = "[email protected]", role = "aut"),
person("David" , "F. Westneat" , email = "[email protected]" , role = "aut"))
Description: A simulation-based tool made to help researchers to become familiar with
multilevel variations, and to build up sampling designs for their study.
This tool has two main objectives: First, it provides an educational tool useful for students,
teachers and researchers who want to learn to use mixed-effects models.
Users can experience how the mixed-effects model framework can be used to understand
distinct biological phenomena by interactively exploring simulated multilevel data.
Second, it offers research opportunities to those who are already familiar with
mixed-effects models, as it enables the generation of data sets that users may download
and use for a range of simulation-based statistical analyses such as power
and sensitivity analysis of multilevel and multivariate data [Allegue, H., Araya-Ajoy, Y.G., Dingemanse,
N.J., Dochtermann N.A., Garamszegi, L.Z., Nakagawa, S., Reale, D., Schielzeth, H. and Westneat, D.F. (2016)
<doi: 10.1111/2041-210X.12659>].
URL: https://github.com/squidgroup/squid, https://squidgroup.github.io/squid/
BugReports: https://github.com/squidgroup/squid/issues
Depends:
R (>= 4.1.0)
License: MIT + file LICENSE
LazyData: true
Imports:
stats,
shiny (>= 1.6.0),
shinyMatrix (>= 0.4.0),
ggplot2 (>= 3.3.5),
plotly (>= 4.9.3),
grid (>= 4.1.1),
MASS (>= 7.3-53.1),
lme4 (>= 1.1-21),
arm (>= 1.10-1),
data.table (>= 1.1-27.1),
brms (>= 2.15.0)
RoxygenNote: 7.1.1
Suggests: testthat