-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_pkgdown.yml
60 lines (51 loc) · 1.65 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
---
url: https://insightsengineering.github.io/tern.rbmi
template:
package: nesttemplate
navbar:
structure:
left: [intro, reference, articles, tutorials, news, reports]
right: [search, github]
components:
reports:
text: Reports
menu:
- text: Coverage report
href: coverage-report/
- text: Unit test report
href: unit-test-report/
- text: Non-CRAN unit test report
href: unit-test-report-non-cran/
github:
icon: fa-github
href: https://github.com/insightsengineering/tern.rbmi
reference:
- title: Statistics Functions
desc: Statistics functions should do the computation of the numbers that are tabulated later.
In order to separate computation from formatting, they should not take care of `rcell` type
formatting themselves.
contents:
- s_rbmi_lsmeans
- title: Formatted Analysis functions
desc: These have the same arguments as the corresponding statistics functions, and can be further
customized by calling `rtables::make_afun()` on them. They are used as `afun` in
`rtables::analyze()`.
contents:
- a_rbmi_lsmeans
- title: Analyze Functions
desc: Analyze Functions are used in combination with the rtables layout functions, in the pipeline which creates
the table.
contents:
- summarize_rbmi
- title: Analysis Helper Functions
desc: these functions are useful to help definining the analysis
contents:
- h_tidy_pool
- title: Helper method
desc: Helper method
contents:
- tidy.pool
- title: Test data
desc: Test data
contents:
- rbmi_test_data