tests/testthat/test-semmcci-zzz-coverage.R

## ---- test-semmcci-zzz-coverage
lapply(
  X = 1,
  FUN = function(i,
                 text) {
    message(text)
    semmcci:::.MICombine(
      coefs = list(rep(x = 0, times = 3), rep(x = 0, times = 3)),
      vcovs = list(diag(3), diag(3)),
      M = 2,
      k = 3,
      adj = FALSE
    )
  },
  text = "test-semmcci-zzz-coverage"
)

Try the semmcci package in your browser

Any scripts or data that you put into this service are public.

semmcci documentation built on June 22, 2024, 7:20 p.m.