-
I am currently trying to impute a three-level dataset with 87 columns and 71,756 rows. The variables comprise of which 4 identifier columns, 15 continuous outcome variables without missing entries, an…
-
In a structural equation modeling framework, we often define latent unmeasured variables with indicators. For example
```
library(lavaan)
data(PoliticalDemocracy)
mod |z|)
.x1 …
-
coming back to this package after a few years away and pleased to see that Bayesian inference in R remains as janky as I remember it (jkjk). I have a simple question: does `fixtype = "vb_full"` work i…
-
Hi, I found out something strange when using batch correction.
These are the two result from Muraro (pancreas) and MacParland (liver) datasets.
This is from Muraro
![image](https://user-images.gith…
-
Hi,
My data set has the following variables:
1. Id
2. lesion id (each patient can have more than one lesion)
3. lktrans (log transformed outcome)
4. days (time points - baseline, d2, d14, d21)…
-
Hey @willtebbutt ,
again a really cool package and sorry for bothering you a lot these days. I am trying to estimate the day of week effect in a time series. For the sake of an example let's assume…
-
@kzaret, thanks for the very helpful PowerPoint slides breaking down the sources of ring-count observation error. This tracks with my understanding of the three basic error components and fleshes out …
-
Dear @gtikhonov ,
I am having a similar problem trying to sampleMcmc a model 2 random effects, one that was the spatial coordinates and the other a regional categorical variable. Since I have >1000…
-
When I try to install the development version of the package with:
library(devtools)
devtools::install_github("JenniNiku/gllvm")
I get the following error code:
cc1plus.exe: out of memory allo…
-
Hello! I am currently conducting research on single-cell multimodal data. I accessed the code for the paper "MultiVI: deep generative model for the integration of multimodal data" published on [Ze…