-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_pkgdown.yml
53 lines (46 loc) · 1.09 KB
/
_pkgdown.yml
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
url: https://pennlinc.github.io/ModelArray
template:
bootstrap: 5
home:
sidebar:
structure: [links, license, community, authors, dev]
reference:
- title: ModelArray
desc: Load, access, and write ModelArray class data
contents:
- ModelArray
- results,ModelArray-method
- scalars,ModelArray-method
- show,ModelArray-method
- sources,ModelArray-method
- writeResults
- numElementsTotal
- title: Model fitting
desc: Fit models for element-wise data
contents:
- ModelArray.lm
- ModelArray.gam
- title: Supports for model fitting
desc: Generate GAM functions with interactions. Use them only if you hope to include interaction terms in GAM formula.
contents:
- generator_gamFormula_continuousInteraction
- generator_gamFormula_factorXsmooth
- title: Behind the scene
desc: Fit a model for one element
contents:
- analyseOneElement.lm
- analyseOneElement.gam
articles:
- title: Basics
navbar: ~
contents:
- installations
- walkthrough
- container
- voxel-wise_data
- doc_for_developer
- title: More
contents:
- basic_r_intro
- debugging
- faq