HPDinterval.bfa {bfa}R Documentation

HPD intervals from a bfa object

Description

HPD intervals from a bfa object

Usage

## S3 method for class 'bfa'
HPDinterval(obj, prob = 0.95, loadings = TRUE,
  scores = FALSE, ...)

Arguments

obj

A bfa object

prob

Target probability content (see ?HPDinterval)

loadings

Compute interval for the loadings

scores

Compute interval for the scores

...

Ignored

Value

A list with elements loadings.lower, loadings.upper, scores.lower, scores.upper which are matrices of dimension p x k or n x k, or NA's if loadings or scores is FALSE


[Package bfa version 0.4 Index]