tests/testthat/doIMRMCquickTest.R

library(iMRMC)

# Create an MRMC data frame
config.gRoeMetz <- sim.gRoeMetz.config()

# Simulate data
df.MRMC <- sim.gRoeMetz(config.gRoeMetz)

result <- tryCatch(
  doIMRMC(df.MRMC),
  warning = function(w) {},
  error = function(w) {}
) 

Try the iMRMC package in your browser

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

iMRMC documentation built on May 31, 2023, 8:36 p.m.