-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.22 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
Encoding: UTF-8
Package: RSA
Type: Package
Title: Response Surface Analysis
Version: 0.10.7
Date: 2024-04-16
Authors@R: c(
person(c("Felix"), "Schönbrodt", email = "[email protected]", role = c("cre", "aut")),
person("Sarah", "Humberg", role = c("aut"))
)
Maintainer: Felix Schönbrodt <[email protected]>
Description: Advanced response surface analysis. The main function RSA computes
and compares several nested polynomial regression models (full second- or
third-order polynomial, shifted and rotated squared difference model,
rising ridge surfaces, basic squared difference model, asymmetric or
level-dependent congruence effect models). The package provides plotting
functions for 3d wireframe surfaces, interactive 3d plots, and contour plots.
Calculates many surface parameters (a1 to a5, principal axes, stationary point,
eigenvalues) and provides standard, robust, or bootstrapped standard errors
and confidence intervals for them.
Suggests:
fields,
rgl,
qgraph,
tcltk,
tkrplot,
testthat,
covr
Depends:
R (>= 2.15.0),
lavaan (>= 0.5.20),
ggplot2,
lattice
Imports:
plyr,
RColorBrewer,
aplpack,
methods
License: GPL (>= 2)
RoxygenNote: 7.3.1