-
Regarding unsupervised models such as PCA, kmeans, etc discussed in #44.
I know these are commonly encapsulated within the transformer formalism, but it would do the methodology behind them injusti…
-
Hey @hoffmannsarahlouise, here are some results to look at, although so far there's not much to see. After our discussion in #1, I ended up going with fairly simple Bayesian hierarchical models fitted…
-
As of July 2023, there is a branch of mth5 that supports archiving spectrogram data, or the so called Fouier coefficients (FCs) aka the Short-Time-Fourier-Transform data.
Testing of these archiving…
-
@tpoisot comment on Twitter how verbose the outputs from some `summary` methods are for ordination models. These don't so much as summarise a fit but provide detailed output including lots of axis sco…
-
Hi all,
This is a cross-post with r-sig-mixed-models, where I got no traction... I assume the issue is with me mis-specifying the autocorrelation structure (in view of the dataset structure and si…
-
#### Description:
In our problem, we have 21 longitudinal biomarkers with one survival outcome. Our goal is to find out which of the biomarkers are significantly associated with the survival outcome.…
-
I get this error when trying to fit a model. The model fits fine with the frequentist model, but I need parameter shrinkage and could not find a frequentist package for beta regression with shrinkage,…
-
* Enhancement: Add confidence intervals for the std(all) column in SEM
* Purpose: Most publications require CIs
* Use-case: I've been requested by several reviewers to provide CIs for standardize…
-
{manipulateWidget} is not working for [RStudio's {gt} package](https://gt.rstudio.com/):
Given the following two files as input for {gt} and {DiagrammeR} we will try and use the package to display …
-
### Is your feature request related to a problem? Please describe.
I've been using `scipy`'s Savitzky-Golay filter multiple times in the past. Now I have a task where I would like to apply the filter…