Declare a complete covariance clique among multiple responses
Source:R/covariances.R
covary_clique.RdHelper that declares pairwise covary() edges among all pairs of the supplied
response names (\(K \ge 2\)), forming a complete covariance sub-graph (clique).
Examples
covary_clique(c("activity", "boldness", "exploration"))
#> [[1]]
#> <covariance edge> rho12(activity, boldness) [residual]
#>
#> [[2]]
#> <covariance edge> rho12(activity, exploration) [residual]
#>
#> [[3]]
#> <covariance edge> rho12(boldness, exploration) [residual]
#>