View source: R/scores.iGLLVM.R
scores.iGLLVM | R Documentation |
Extract scores from iGLLVM object
## S3 method for class 'iGLLVM'
scores(object, which = "all", type.posterior.stat = "mean", ...)
object |
an object of class 'iGLLVM' |
which |
which scores to retrieve: all, sites, or species |
type.posterior.stat |
which statistic to return of the posterior distributions: mean or mode. |
... |
extra arguments to be passed along. |
Bert vd Veen
## Not run:
model <- FitGLLVM(matrix(1:10, ncol=5), nLVs=1, family="poisson")
scores(model)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.