scores.iGLLVM: Extract scores from iGLLVM object

View source: R/scores.iGLLVM.R

scores.iGLLVMR Documentation

Extract scores from iGLLVM object

Description

Extract scores from iGLLVM object

Usage

## S3 method for class 'iGLLVM'
scores(object, which = "all", type.posterior.stat = "mean", ...)

Arguments

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.

Author(s)

Bert vd Veen

Examples

## Not run: 
model <- FitGLLVM(matrix(1:10, ncol=5), nLVs=1, family="poisson")
scores(model)

## End(Not run)


oharar/LatentINLA documentation built on Sept. 13, 2023, 5:18 p.m.