HPDinterval.bfa: HPD intervals from a bfa object

Description Usage Arguments Value

Description

HPD intervals from a bfa object

Usage

1
2
3
## 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


bfa documentation built on May 1, 2019, 10:19 p.m.