Skip to content

Commit

Permalink
sundry
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Jul 22, 2024
1 parent b95e462 commit da603f7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 18 deletions.
8 changes: 3 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,10 @@ VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/rcmdcheck/ignore-inconsequential-notes: true
Config/Needs/website:
rstudio/bslib,
r-lib/pkgdown,
easystats/easystatstemplate
Config/Needs/website: easystats/easystatstemplate
Config/Needs/check: stan-dev/cmdstanr
3 changes: 1 addition & 2 deletions R/convert_bayesian_to_frequentist.R
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ convert_bayesian_as_frequentist <- function(model, data = NULL, REML = TRUE) {
} else {
# not all families return proper objects from "get", so we capture
# some families via switch here...
model_family <- .safe(switch(
model_family$family,
model_family <- .safe(switch(model_family$family,
beta = glmmTMB::beta_family(link = model_family$link),
beta_binomial = glmmTMB::betabinomial(link = model_family$link),
negbinomial = glmmTMB::nbinom1(link = model_family$link),
Expand Down
2 changes: 1 addition & 1 deletion R/rope_range.R
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ rope_range.mlm <- function(x, verbose = TRUE, ...) {
inverse = ,
identity = stats::family(x)$variance(sig),
log = 0.1 * log1p(1 / sig^-2)
)
)
} else if (information$is_correlation) {
# Correlations
# https://github.com/easystats/bayestestR/issues/121
Expand Down
11 changes: 1 addition & 10 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
ADE
Altough
ArXiv
BCI
BCa
BFs
BGGM
Expand Down Expand Up @@ -41,8 +40,8 @@ HDInterval
Haaf
Hinne
Hirose
Imai
IRR
Imai
Iverson
JASP
JASP's
Expand All @@ -60,7 +59,6 @@ Littman
Liu
Lodewyckx
Ly
Makowski
MCMCglmm
MCSE
MPE
Expand Down Expand Up @@ -109,15 +107,13 @@ Ying
Zheng
al
altough
analsyes
arXiv
autocorrelated
avaible
bayesQR
bayesian
bcplm
behavioural
blogpost
bmj
bmwiernik
bootsrapped
Expand All @@ -127,7 +123,6 @@ centred
characterisation
characterises
ci
columbia
compte
containe
cplm
Expand All @@ -136,7 +131,6 @@ doi
driiiing
eXistence
easystats
edu
effectsize
egydq
emmeans
Expand All @@ -151,15 +145,13 @@ fullrank
generalised
ggdist
ggdistribute
github
grano
higer
https
infty
ing
interpretability
interpretable
io
iteratively
jmp
joss
Expand Down Expand Up @@ -200,7 +192,6 @@ splinefun
ss
stanfit
stanreg
statmodeling
strengejacke
summarise
summarised
Expand Down

0 comments on commit da603f7

Please sign in to comment.