ctsem icon indicating copy to clipboard operation
ctsem copied to clipboard

Hierarchical continuous time state space modelling

Results 3 ctsem issues
Sort by recently updated
recently updated
newest added

Hello, It seems like page 7 of your Hierarchical Manual https://cran.r-project.org/web/packages/ctsem/vignettes/hierarchicalmanual.pdf has its equations going past the margins. Cheers, Michael

I am running **ctStanFit** to receive a Bayesian estimation via Stan’s NUTS sampler. An error message is infinite loop printing while doing so. This doesn’t seem to be interfering with...

In [`cFit`](https://github.com/cdriveraus/ctsem/blob/master/R/ctFit.R#L207) it looks like you are hardcoding ```R idcol='id' obsTpoints=max(unlist(lapply(unique(dat[,idcol]),function(x) length(dat[dat[,idcol]==x, idcol]) ))) ``` But the user specifies that in the model function so I think you can just...