get_coda: Get coda object

Description Usage Arguments Value

View source: R/get_coda.R

Description

Returns an mcmc object for use in coda functions for convergence diagnostics, HPD intervals, etc.

Usage

1
2
  get_coda(model, loadings = TRUE, scores = FALSE, scale =
  TRUE, positive = FALSE)

Arguments

model

a bfa model

loadings

Return samples of the factor loadings? (default is TRUE)

scores

Return samples of the factor scores? (default is FALSE)

scale

Return factor loadings on the correlation scale? (default is TRUE)

positive

Post-process to enforce positivity constraints

Value

An mcmc object


bfa documentation built on May 2, 2019, 4:55 p.m.