-
Notifications
You must be signed in to change notification settings - Fork 6
/
_pkgdown.yml
99 lines (89 loc) · 1.86 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
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
url: https://nlsy-links.github.io/NlsyLinks
template:
params:
bootswatch: yeti
navbar:
type: inverse
structure:
left:
- home
- articles
- reference
- news
right: github
components:
home:
icon: fas fa-home fa-lg
href: index.html
articles:
text: Articles
href: articles/index.html
reference:
text: Datasets & Functions
href: reference/index.html
github:
icon: fab fa-github fa-lg
href: https://github.com/nlsy-links/NlsyLinks
development:
mode: release
articles:
- title: "Getting Started"
desc: >
These vignettes provide context to NlsyLinks.
contents:
- publications
- nlsy-ace
- faq
- nls-investigator
- facilitating
- software-and-support
- collaborators
- about
reference:
- title: "NLSY79 Datasets"
desc: >
Datasets NLSY79 (Gen1 & Gen2)
contents:
- Links79Pair
- Links79PairExpanded
- ExtraOutcomes79
- SubjectDetails79
- Survey79
- title: "NLSY97 Datasets"
desc: >
Datasets NLSY97
contents:
- Links97Pair
- Links97PairExpanded
- title: "BG"
desc: >
Behavior Genetics
contents:
- CreatePairLinks
- CreateSpatialNeighbours
- CreateSubjectTag
- GetDetails-methods
- NlsyLinks-package
- RGroupSummary
- title: "ACE"
desc: >
Estimating sources of shared genetic and environment.
contents:
- Ace
- AceEstimate-class
- AceLavaanGroup
- CleanSemAceDataset
- CreateAceEstimate
- title: "Utilities"
desc: >
Utilities for managing the datasets
contents:
- ColumnUtilities
- ReadCsvNlsy79
- title: "Validation"
desc: >
Validating the datasets
contents:
- ValidateOutcomeDataset
- ValidatePairLinks
- ValidatePairLinksAreSymmetric