Commit 8ccff8b
[Feature] get_simulated (#1172)
* initial
* address comments
* rename vars
* address comments
* fix
* address comments
* fix Gemini instructions
* address comments
* add glm test
* minor code style
* stop on categorical outcomes
* code readability
* fix for binomial and data grid
* works for cbind-glm
* add tests
* test
* code readability
* add comment
* code readability
* make filtering work for glmmTMB
* fix
* namespace
* news, desc
* pkgdown
* code readability, aggregate by mode
* support Gamma and Poisson
* refactor, add helpers for other families
* fix,add tests
* fix
* fixes
* don't return data by default, but add option to include
* data cannot be null, fixes
* fixes, tests
* fix, add tests
* don't need docs for mehtods without new arguments
* docs
* add test
* add tests
* test
* typo
* typo
* fix
* fix
* add inclide_data for merMod
* check methods
* first mgcv::gam draft
* ...
* more gam families
* add beta fam
---------
Co-authored-by: Daniel <mail@danielluedecke.de>1 parent 6b4c64c commit 8ccff8b
File tree
9 files changed
+1324
-2
lines changed- R
- man
- pkgdown
- tests/testthat
9 files changed
+1324
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
924 | 924 | | |
925 | 925 | | |
926 | 926 | | |
| 927 | + | |
| 928 | + | |
| 929 | + | |
| 930 | + | |
| 931 | + | |
| 932 | + | |
| 933 | + | |
| 934 | + | |
| 935 | + | |
| 936 | + | |
| 937 | + | |
| 938 | + | |
| 939 | + | |
| 940 | + | |
| 941 | + | |
| 942 | + | |
| 943 | + | |
| 944 | + | |
| 945 | + | |
| 946 | + | |
| 947 | + | |
| 948 | + | |
| 949 | + | |
| 950 | + | |
| 951 | + | |
| 952 | + | |
| 953 | + | |
| 954 | + | |
| 955 | + | |
| 956 | + | |
| 957 | + | |
| 958 | + | |
| 959 | + | |
| 960 | + | |
| 961 | + | |
| 962 | + | |
| 963 | + | |
| 964 | + | |
| 965 | + | |
| 966 | + | |
| 967 | + | |
927 | 968 | | |
928 | 969 | | |
929 | 970 | | |
| |||
1915 | 1956 | | |
1916 | 1957 | | |
1917 | 1958 | | |
| 1959 | + | |
1918 | 1960 | | |
1919 | 1961 | | |
1920 | 1962 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
5 | 12 | | |
6 | 13 | | |
7 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1356 | 1356 | | |
1357 | 1357 | | |
1358 | 1358 | | |
1359 | | - | |
| 1359 | + | |
| 1360 | + | |
1360 | 1361 | | |
1361 | 1362 | | |
1362 | 1363 | | |
| |||
0 commit comments