Skip to content

Commit ca0ef42

Browse files
test: snapshot changes
1 parent b11c930 commit ca0ef42

38 files changed

+261
-279
lines changed

TODO.md

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@
1818
- ols_get_obs(model)
1919
- ols_has_intercept(model)
2020

21-
### Below functions are inspired from the parameter package:
22-
23-
- ols_get_pvalues(model)
24-
- ols_get_se(model)
25-
- ols_get_ci(model)
26-
2721
### Below functions are inspired from the performance package:
2822

2923
- ols_model_performance(model)
@@ -34,25 +28,13 @@
3428
- ols_test_model(model)
3529
- ols_test_normality(model)
3630
- ols_test_outliers(model)
37-
- R2 functions
31+
- ols_test_lr(model)
32+
- ols_test_wald(model)
3833

3934
### Compare models
4035

4136
- compare multiple model
4237

43-
### blorr
44-
45-
- ols_model_fit_stats
46-
- ols_test_lr
47-
- ols_rsq_mcfadden
48-
- ols_rsq_mcfadden_adj
49-
- ols_rsq_cox_snell
50-
- ols_rsq_nagelkerke
51-
- ols_rsq_mckelvey_zavoina
52-
- ols_rsq_effron
53-
- ols_rsq_count
54-
- ols_rsq_count_adj
55-
5638
### Shiny
5739

5840
- make shiny app similar to `shinyrfm`

tests/testthat/_snaps/visual/allplot-1.svg

Lines changed: 2 additions & 2 deletions
Loading

tests/testthat/_snaps/visual/allplot-2.svg

Lines changed: 2 additions & 2 deletions
Loading

tests/testthat/_snaps/visual/allplot-3.svg

Lines changed: 2 additions & 2 deletions
Loading

tests/testthat/_snaps/visual/allplot-4.svg

Lines changed: 2 additions & 2 deletions
Loading

tests/testthat/_snaps/visual/allplot-5.svg

Lines changed: 2 additions & 2 deletions
Loading

tests/testthat/_snaps/visual/allplot-6.svg

Lines changed: 2 additions & 2 deletions
Loading

tests/testthat/_snaps/visual/bestplot-1.svg

Lines changed: 33 additions & 33 deletions
Loading

0 commit comments

Comments
 (0)