-
#### Summary:
This is where updates for the 2.12 manual should go.
v2.12.0
-
Hi there,
Great work! I am wondering if you have compared the model estimation result with the output from lme4?
A while ago I tried to compare different approaches to do a simple linear mixed model…
-
Hi
I just installed Jamovi (Windows 7 on my machine) but it doesn't work. Details:
(i) I have to double-click twice (?) on the icon before the program starts
(ii) the program is unusually slow to…
-
In `trainControl`, think about having an option to do sampling after resampling and prior to pre-processing/model fitting with options for `upSample`, `downSample`, `SMOTE` and `ROSE`. Make offline co…
-
Currently, the development of machine learning tools are in several different packages without little coordination. Consequently, some efforts are repetitive, while some important aspects remain lacki…
-
At the moment, does the package support learning probabilities given data? Right now I'm using gRain/gR/gRim for R, but it doesn't have support for vertices with normal distributions, which would make…
-
Let's say I'm fitting this model:
```
brm(formula = y ~ x + (x | item),
data = df,
family = "negbinomial") -> fit_model
```
I want to have a prediction function as a function of `x`, say `y…
-
Hi,
I train a naive bayes classifier, one time with formula interface (t2), one time with x/y-interface (1). For evaluation I use 10-fold CV with 200 repeats in order to obtain stable results. Interes…
-
```
set.seed(1)
xx = rnorm(100)
bf10 = as.vector(ttestBF(xx))
bfp0 = as.vector(ttestBF(xx, nullInterval = c(0,Inf)))[1]
bfm0 = as.vector(ttestBF(xx, nullInterval = c(0,Inf)))[2]
bf10
> Alt., r=0.707…
-
Dear Devs,
I have found an issue with the ModelManager which lead to a segfault. I have updated the HistogramFitter example with a second TF1 with the BG only hypothesis and tried to calculate the Ba…