To install the most recent package from CRAN type:
install.packages("PSVDOS")
library(PSVDOS)
library(devtools)
install_github("seonjoo/PSVDOS")
library(PSVDOS)
The PSVDOS function conducts Poisson singular value decomposition with offset estimation.
```{r} data(demo) heatmap(Y) psvdfit = PSVDOS(Y,K=4,verbose=1,err = 0.0001,niter = 300) names(psvdfit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.