HPDinterval.bfa {bfa} | R Documentation |
HPD intervals from a bfa object
## S3 method for class 'bfa' HPDinterval(obj, prob = 0.95, loadings = TRUE, scores = FALSE, ...)
obj |
A bfa object |
prob |
Target probability content (see ?HPDinterval) |
loadings |
Compute interval for the loadings |
scores |
Compute interval for the scores |
... |
Ignored |
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