-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
_pkgdown.yml
67 lines (61 loc) · 1.78 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
url: ~
template:
bootstrap: 5
home:
links:
- text: https://github.com/dusadrian/declared
href: https://github.com/dusadrian/declared
authors:
Adrian Dușa:
href: https://github.com/dusadrian
articles:
- title: "Motivation"
desc: >
This package is an early development, yet fully functional and extensively
tested with 100% coverage. The current dataset S3 class is inherited
from the base R data.frame, but it equally works with the modern
[tibble](https://tibble.tidyverse.org/), which carries a larger dependency
footprint. Easy interoperability with the [DT](https://rstudio.github.io/DT/)
package--which provides an R interface to the
[DataTables](https://datatables.net/) JavaScript library--is a development
intention.
contents:
- a_Declared_solution
- b_Added_value
- title: "Working with declared"
desc: "Case studies with arithmetic methods"
contents:
- c_Weighting
reference:
- title: "The declared S3 class"
desc: >
Construct and coerce to declared.
contents:
- declared
- declared_package
- title: "Coercion to other classes"
desc: >
Convert to other classes, remove declared attributes.
contents:
- drop_undeclare
- as.haven
- title: "Working with labels"
desc: >
Working with value labels and measurement labels.
contents:
- labels
- measurement
- title: "Working with missing values"
desc: >
Declaring missing values.
contents:
- missing_range
- is.empty
- title: "Arithmetic methods"
desc: >
Correctly calculate (weighted) statistical values and summaries, when
declared missing values are present.
contents:
- w_mean
- w_median
- w_mode