Description Usage Arguments Value Examples
View source: R/compute_BFCS_vectorized.R
Function for computing the Bayes Factors of Covariance Structures for a three-variable causal model.
1 | compute_BFCS(corr, num_samples)
|
corr |
Numeric 3x3 correlation matrix. |
num_samples |
Integer number of samples. |
A vector containing the Bayes factor of all the eleven possible conditional independence models on three variables relative to the fully connected model.
1 | compute_BFCS(diag(3), 100)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.