Skip to content

Commit faaf5d0

Browse files
committed
update pkgdown
1 parent 0ad2fdb commit faaf5d0

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

pkgdown/_pkgdown.yml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ footer:
5656
5757
reference:
5858
- title: Data sets
59-
- contents:
59+
contents:
6060
- ecpe_data
6161
- ecpe_qmatrix
6262
- mdm_data
@@ -66,43 +66,42 @@ reference:
6666

6767
- subtitle: Priors
6868
desc: Define prior distributions for the model parameters.
69-
- contents:
69+
contents:
7070
- measrprior
7171
- is_measrprior
72-
- c.measrprior
7372
- default_dcm_priors
7473
- get_parameters
7574

7675
- subtitle: Model fitting
7776
desc: >
7877
Estimate the model using Markov chain Monte Carlo or Stan's optimizer.
79-
- contents:
78+
contents:
8079
- measr_dcm
8180
- measrfit-class
8281
- measrfit
8382
- as_measrfit
83+
- is_measrfit
8484

8585
- title: Model evaluation
8686

8787
- subtitle: Reliability
8888
desc: >
8989
Estimate the pattern- or attribute-level classification accuracy and
9090
consistency.
91-
- contents:
91+
contents:
9292
- reliability
9393

9494
- subtitle: Model fit
9595
desc: >
9696
Evaluate the fit of the estimated model to the observed data.
97-
- contents:
98-
- dcm2::fit_m2
97+
contents:
9998
- fit_m2.measrdcm
10099
- fit_ppmc
101100

102101
- subtitle: Model comparisons
103102
desc: >
104103
Assess the relative fit of two competing models.
105-
- contents:
104+
contents:
106105
- loo_compare.measrfit
107106
- loo.measrfit
108107
- waic.measrfit
@@ -112,21 +111,23 @@ reference:
112111
desc: >
113112
Add reliability, model fit, and model comparison information to an estimated
114113
model object.
115-
- contents:
114+
contents:
116115
- model_evaluation
117116

118117
- title: Model applications
119118
desc: View and use an estimated model.
120-
- contents:
119+
contents:
121120
- measr_extract
122121
- predict.measrdcm
123122

124123
- title: Miscellaneous
125-
- contents:
124+
contents:
126125
- create_profiles
126+
127127
- title: internal
128-
- contents:
128+
contents:
129129
- measr_examples
130+
- c.measrprior
130131

131132
articles:
132133
- title: Get started

0 commit comments

Comments
 (0)