-
-
Notifications
You must be signed in to change notification settings - Fork 106
Fix collinearity inflation for ordinal models #903
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
0ecf6f1
Fix collinearity inflation for ordinal models
jmgirard c645ff7
Address gemini-code-review feedback
jmgirard 75f16f0
Apply styling
jmgirard 3a84e3e
Revert gemini suggestion and fix slope identification
jmgirard b7f9fb5
Remove extra whitespace for air
jmgirard 091be38
Move processing before rank deficiency checks
jmgirard 035e33d
Break up condition for linter
jmgirard b3b266d
Remove dangling spaces for linter
jmgirard 577e59a
Improve name-matching
jmgirard 6f8c986
Fix line width again
jmgirard adcf453
Fix dangling spaces again
jmgirard d5d8798
Add news and increment version
jmgirard 37cdbdc
Add clmm test
jmgirard 0f2e0a5
Style for air
jmgirard 1df8633
Style for air
jmgirard 93cde37
Style for air
jmgirard f51ef91
Style for air
jmgirard ab7d8af
Style for air
jmgirard a46a0b3
Style for air
jmgirard c2a6b5c
Style for air
jmgirard e52bb08
Style for air
jmgirard 16cbe71
Add clm test and fix bug
jmgirard fe9f424
Style for air
jmgirard f34962d
Merge branch 'main' into jmgirard/issue900
strengejacke 3805449
Merge branch 'main' into jmgirard/issue900
strengejacke 4639d89
Delete .vscode/settings.json
jmgirard 8e5caa3
add offset test
jmgirard 4a2acab
remove sanity check comment
jmgirard 9f622e9
Style for air
jmgirard d84bf41
Style for air
jmgirard 7311745
Style for air
jmgirard 4a1f33e
Style for air
jmgirard 56d9556
ignore .vscode
jmgirard File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,31 +1,33 @@ | ||
| ^logo.png | ||
| ^README.Rmd | ||
| ^LICENSE | ||
|
|
||
| ^\.Rprofile$ | ||
| ^.*\.Rproj$ | ||
| ^\.Rproj\.user$ | ||
|
|
||
| ^\.travis.yml | ||
| ^\_pkgdown.yml | ||
| ^\_pkgdown.yaml | ||
| ^paper.bib$ | ||
| ^GEMINI\.md$ | ||
|
|
||
| ^data/. | ||
| ^docs/. | ||
| ^vignettes/. | ||
| ^pkgdown/. | ||
| ^WIP/. | ||
| ^papers/. | ||
| ^.github/. | ||
| ^CODE_OF_CONDUCT\.md$ | ||
| ^revdep$ | ||
| ^tests/testthat/_snaps/. | ||
| ^cran-comments\.md$ | ||
| ^\.github$ | ||
| \.code-workspace$ | ||
| \.lintr$ | ||
| ^CRAN-SUBMISSION$ | ||
| ^[.]?air[.]toml$ | ||
| ^\.vscode$ | ||
| ^logo.png | ||
| ^README.Rmd | ||
| ^LICENSE | ||
|
|
||
| ^\.Rprofile$ | ||
| ^.*\.Rproj$ | ||
| ^\.Rproj\.user$ | ||
|
|
||
| ^\.travis.yml | ||
| ^\_pkgdown.yml | ||
| ^\_pkgdown.yaml | ||
| ^paper.bib$ | ||
| ^GEMINI\.md$ | ||
|
|
||
| ^data/. | ||
| ^docs/. | ||
| ^vignettes/. | ||
| ^pkgdown/. | ||
| ^WIP/. | ||
| ^papers/. | ||
| ^.github/. | ||
| ^CODE_OF_CONDUCT\.md$ | ||
| ^revdep$ | ||
| ^tests/testthat/_snaps/. | ||
| ^cran-comments\.md$ | ||
| ^\.github$ | ||
| \.code-workspace$ | ||
| \.lintr$ | ||
| ^CRAN-SUBMISSION$ | ||
| ^[.]?air[.]toml$ | ||
| ^\.vscode$ | ||
| ^\.positai$ | ||
| ^\.claude$ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -50,3 +50,5 @@ Network Trash Folder | |
| Temporary Items | ||
| .apdisk | ||
| .Rprofile | ||
| .positai | ||
| .vscode | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,25 +1,25 @@ | ||
| Version: 1.0 | ||
| ProjectId: af6facf3-033e-40d4-ac22-2830774814a9 | ||
|
|
||
| RestoreWorkspace: No | ||
| SaveWorkspace: No | ||
| AlwaysSaveHistory: No | ||
|
|
||
| EnableCodeIndexing: Yes | ||
| UseSpacesForTab: Yes | ||
| NumSpacesForTab: 2 | ||
| Encoding: UTF-8 | ||
|
|
||
| RnwWeave: knitr | ||
| LaTeX: pdfLaTeX | ||
|
|
||
| StripTrailingWhitespace: Yes | ||
|
|
||
| BuildType: Package | ||
| PackageUseDevtools: Yes | ||
| PackageInstallArgs: --no-multiarch --with-keep.source | ||
| PackageCheckArgs: --as-cran --run-donttest | ||
| PackageRoxygenize: rd,collate,namespace | ||
|
|
||
| QuitChildProcessesOnExit: Yes | ||
| DisableExecuteRprofile: Yes | ||
| Version: 1.0 | ||
| ProjectId: af6facf3-033e-40d4-ac22-2830774814a9 | ||
| RestoreWorkspace: No | ||
| SaveWorkspace: No | ||
| AlwaysSaveHistory: No | ||
| EnableCodeIndexing: Yes | ||
| UseSpacesForTab: Yes | ||
| NumSpacesForTab: 2 | ||
| Encoding: UTF-8 | ||
| RnwWeave: knitr | ||
| LaTeX: pdfLaTeX | ||
| StripTrailingWhitespace: Yes | ||
| BuildType: Package | ||
| PackageUseDevtools: Yes | ||
| PackageInstallArgs: --no-multiarch --with-keep.source | ||
| PackageCheckArgs: --as-cran --run-donttest | ||
| PackageRoxygenize: rd,collate,namespace | ||
| QuitChildProcessesOnExit: Yes | ||
| DisableExecuteRprofile: Yes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.