-
Hi tidy people!
I would propose to enable tidying metafor output as it is one of the most used meta-analytics packages and meta-analysis is awesome! Below some reproducible code, code on the extra…
-
Hi,
I'm looking for a way to implement KernelExplainer with Facebook's Prophet model (time series). The dataset is a multivariate time series data frame (including dates, few drivers, and sales pr…
-
When using mice multiple imputation to generate multiple imputed sets and then running a model on each one of them (like elastic-net from the `glmnet` package) and then pooling the estimates to a sing…
-
Hello, I am running an ANOVA via the following code structure:
```
ols = statsmodels.formula.api.ols(model, data)
anova = statsmodels.api.stats.anova_lm(ols, typ=2)
```
I noticed that depend…
-
Hey,
ich muss immer noch mit Gordon darüber reden, ob wir den zweiten Datensatz mit in das Paper nehmen, aber ich denke es kommt auch ein bisschen darauf an, wie interessant das ist was da raus kom…
-
Thanks for your work! I am planning to run a study that uses logistic regression with interactions as a statistical approach. As your paper well points it, understanding the interactions and marginal …
-
![class](https://cloud.githubusercontent.com/assets/1461453/21132332/ae2df6a2-c113-11e6-9cac-4a7a20151df9.png)
This structure will help us in keeping all the different distributions separate and th…
-
This is actually not my question, llama.cpp wants to implement this but encountered some problems.
https://github.com/ggerganov/llama.cpp/pull/4207
-
Hola @jvcasillas ,
I have been working through the feedback that Silvia gave me. She suggested that I adjust my models so that I can look at the frequency of the matrix verb AND of the subordinate…
-
I am using the exact same code to perform a multigroup analysis before and after the version update. Now I get the "Error in `[.data.frame`(data, , var) : undefined columns selected"
I have the data=…