-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
47 lines (43 loc) · 1.24 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
url: https://www.refsmmat.com/regressinator/
authors:
Alex Reinhart:
href: "https://www.refsmmat.com"
template:
bootstrap: 5
repo:
url:
home: https://github.com/capnrefsmmat/regressinator/
source: https://github.com/capnrefsmmat/regressinator/blob/HEAD/
issue: https://github.com/capnrefsmmat/regressinator/issues/
user: https://github.com/capnrefsmmat
reference:
- title: "Defining populations"
desc: Define a population, including predictors and response variables.
contents:
- population
- predictor
- response
- ols_with_error
- custom_family
- title: "Simulating and diagnosing fits"
desc: Draw samples from a population and diagnose model fits.
contents:
- sample_x
- parametric_boot_distribution
- model_lineup
- decrypt
- sampling_distribution
- title: "Extracting information from regression fits"
desc: Get different types of diagnostics from fits.
contents:
- augment_longer
- partial_residuals
- augment_quantile
- binned_residuals
- bin_by_interval
- empirical_link
- title: "Working with factors"
desc: Use factors to model categorical variables.
contents:
- rfactor
- by_level