-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
30 lines (30 loc) · 887 Bytes
/
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
Package: LESYMAP
Title: Lesion to Symptom Mapping in R
Version: 0.0.0.9222
Date: 2024-05-22
Authors@R: person("Dorian", "Pustina", email='dorian.pustina@chdifoundation.org', role = c("aut", "cre"))
Description: LESYMAP maps the specific brain areas responsible for
cognitive deficits by taking a series of lesion maps and a vector
of behavioral scores. Both univariate (t-test, Brunner-Munzel,
regression) and multivariate (sparse canonical corelations) tests are
available. LESYMAP is built to run both real and simulated
lesion-to-symptom mapping analyses.
License: Apache License 2.0 | file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.0),
ANTsR
Imports:
graphics,
lmPerm,
Rcpp,
stats,
utils
Suggests:
nparcomp,
e1071
Remotes: ANTsX/ANTsR,
LinkingTo: Rcpp, RcppArmadillo
NeedsCompilation: yes
RoxygenNote: 6.1.1.9000