-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path_pkgdown.yml
More file actions
72 lines (72 loc) · 1.63 KB
/
_pkgdown.yml
File metadata and controls
72 lines (72 loc) · 1.63 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
url: http://bbuchsbaum.github.io/rMVPA/
code:
run_dont_test: no
template:
bootstrap: 5
package: albersdown
articles:
- title: Core Concepts
desc: |
Essential concepts and basic workflows
contents:
- Constructing_Datasets
- CrossValidation
- FeatureSelection
- title: Standard MVPA Analysis
desc: |
Classification and regression analyses using searchlight and regional approaches
contents:
- Searchlight_Analysis
- Regional_Analysis
- CommandLine
- CommandLineScripts
- MVPA_RegionalCmdline
- title: Representational Similarity Analysis
desc: |
RSA methods from basic to specialized approaches
contents:
- RSA
- Contrast_RSA
- Temporal_Confounds_in_RSA
- Advanced_RSA
- Feature_RSA_Domain_Adaptation
- Feature_RSA_Connectivity
- Feature_RSA_Advanced_Workflows
- title: Representation Mapping (REMAP) Models
desc: |
Models for learning transformations between perception and memory representations
contents:
- Naive_Cross_Decoding
- ERA_RSA_Cross_Decoding
- REMAP_RRR
- repmap_model
- repmed_model
- repnet_model
- title: Extensibility
desc: |
Customizing and extending rMVPA functionality
contents:
- CustomAnalyses
- Plugin_Development
reference:
- title: REMAP Diagnostics
desc: |
Summaries that quantify how far memory is from perception and how large the learned correction is.
contents:
- summarize_remap_roi
- summarize_remap_items
- title: All Functions
desc: |
All functions exported by rMVPA
contents: matches(".*")
navbar:
structure:
left:
- intro
- reference
- articles
- tutorials
- news
right:
- search
- github