Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Jan 2, 2025
1 parent e53f724 commit c31f67e
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 36 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ doc
Meta
revdep

=========================
=========================
# Operating System Files
# OSX
.DS_Store
Expand All @@ -63,4 +63,5 @@ revdep
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
.apdisk
/.quarto/
69 changes: 35 additions & 34 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ email or also file an issue.

## List of Supported Models by Class

Currently, about 238 model classes are supported.
Currently, about 239 model classes are supported.

``` r
supported_models()
Expand Down Expand Up @@ -371,39 +371,40 @@ supported_models()
#> [167] "multinom_weightit" "mvord"
#> [169] "negbinirr" "negbinmfx"
#> [171] "nestedLogit" "ols"
#> [173] "onesampb" "ordinal_weightit"
#> [175] "orm" "pgmm"
#> [177] "phyloglm" "phylolm"
#> [179] "plm" "PMCMR"
#> [181] "poissonirr" "poissonmfx"
#> [183] "polr" "probitmfx"
#> [185] "psm" "Rchoice"
#> [187] "ridgelm" "riskRegression"
#> [189] "rjags" "rlm"
#> [191] "rlmerMod" "RM"
#> [193] "rma" "rma.uni"
#> [195] "robmixglm" "robtab"
#> [197] "rq" "rqs"
#> [199] "rqss" "rvar"
#> [201] "Sarlm" "scam"
#> [203] "selection" "sem"
#> [205] "SemiParBIV" "semLm"
#> [207] "semLme" "seqanova.svyglm"
#> [209] "serp" "slm"
#> [211] "speedglm" "speedlm"
#> [213] "stanfit" "stanmvreg"
#> [215] "stanreg" "summary.lm"
#> [217] "survfit" "survreg"
#> [219] "svy_vglm" "svy2lme"
#> [221] "svychisq" "svyglm"
#> [223] "svyolr" "t1way"
#> [225] "tobit" "trimcibt"
#> [227] "truncreg" "vgam"
#> [229] "vglm" "wbgee"
#> [231] "wblm" "wbm"
#> [233] "wmcpAKP" "yuen"
#> [235] "yuend" "zcpglm"
#> [237] "zeroinfl" "zerotrunc"
#> [173] "onesampb" "oohbchoice"
#> [175] "ordinal_weightit" "orm"
#> [177] "pgmm" "phyloglm"
#> [179] "phylolm" "plm"
#> [181] "PMCMR" "poissonirr"
#> [183] "poissonmfx" "polr"
#> [185] "probitmfx" "psm"
#> [187] "Rchoice" "ridgelm"
#> [189] "riskRegression" "rjags"
#> [191] "rlm" "rlmerMod"
#> [193] "RM" "rma"
#> [195] "rma.uni" "robmixglm"
#> [197] "robtab" "rq"
#> [199] "rqs" "rqss"
#> [201] "rvar" "Sarlm"
#> [203] "scam" "selection"
#> [205] "sem" "SemiParBIV"
#> [207] "semLm" "semLme"
#> [209] "seqanova.svyglm" "serp"
#> [211] "slm" "speedglm"
#> [213] "speedlm" "stanfit"
#> [215] "stanmvreg" "stanreg"
#> [217] "summary.lm" "survfit"
#> [219] "survreg" "svy_vglm"
#> [221] "svy2lme" "svychisq"
#> [223] "svyglm" "svyolr"
#> [225] "t1way" "tobit"
#> [227] "trimcibt" "truncreg"
#> [229] "vgam" "vglm"
#> [231] "wbgee" "wblm"
#> [233] "wbm" "wmcpAKP"
#> [235] "yuen" "yuend"
#> [237] "zcpglm" "zeroinfl"
#> [239] "zerotrunc"
```

- **Didn’t find a model?** [File an
Expand Down

0 comments on commit c31f67e

Please sign in to comment.