powered by
mint(y, x, fmla = ~1)
formula
x <- system.file("extdata", "x.txt", package="MInt"); y <- system.file("extdata", "y.txt", package="MInt"); m <- mint(y,x,fmla = ~feature1 + feature2)
Run the code above in your browser using DataLab