-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_pkgdown.yml
More file actions
85 lines (85 loc) · 2.19 KB
/
_pkgdown.yml
File metadata and controls
85 lines (85 loc) · 2.19 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
73
74
75
76
77
78
79
80
81
82
83
84
85
url: https://bbuchsbaum.github.io/fmrireg/
template:
bootstrap: 5
bootswatch: cosmo
bslib:
primary: '#0054AD'
border-radius: 0.5rem
btn-border-radius: 0.25rem
code-bg: '#f8f9fa'
code-color: '#212529'
package: albersdown
home:
title: fmrireg • fMRI Analysis in R
description: |
A comprehensive R package for functional magnetic resonance imaging (fMRI) data analysis. Provides flexible tools for constructing hemodynamic response functions, experimental regressors, and conducting univariate analyses.
strip_header: yes
authors:
Bradley Buchsbaum:
href: https://github.com/bbuchsbaum
navbar:
structure:
left:
- intro
- reference
- articles
- tutorials
- news
right:
- search
- github
components:
articles:
text: Vignettes
menu:
- text: Getting Started
- text: Package Overview
href: articles/fmrireg.html
- text: '-------'
- text: Advanced Topics
- text: Contrasts
href: articles/a_05_contrasts.html
- text: Simulation
href: articles/a_08_simulation.html
- text: Linear Modeling
href: articles/a_09_linear_model.html
- text: Plugin Development
href: articles/plugin-development.html
- text: Sketched GLM (SRHT/IHS + Nyström)
href: articles/sketched-ar.html
- text: Dataset Management
href: articles/a_10_dataset.html
- text: Group Analysis
href: articles/group_analysis.html
- text: Functional Connectivity
href: articles/functional_connectivity.html
- text: '-------'
- text: Resources
- text: Benchmark Datasets
href: articles/benchmark_datasets.html
articles:
- title: Getting Started
navbar: ~
contents: fmrireg
- title: Advanced Analysis
navbar: ~
contents:
- a_05_contrasts
- a_08_simulation
- a_09_linear_model
- plugin-development
- a_10_dataset
- group_analysis
- functional_connectivity
- sketched-ar
- title: Resources
navbar: ~
contents: benchmark_datasets
news:
releases:
- text: Version 0.1.0
href: https://github.com/bbuchsbaum/fmrireg/releases/tag/v0.1.0
footer:
structure:
left: developed_by
right: built_with