in the fuction,I see
assert(mus.test(predict_fun))mus.run(predict_fun, estimates_dir=output_path, subsets=subsets)
and call wrong when I run it
and the function has no definitions of "test" and "run"
can you tell me how can I fix the code ?
thank you very much!!!
in the fuction,I see
assert(mus.test(predict_fun))
mus.run(predict_fun, estimates_dir=output_path, subsets=subsets)
and call wrong when I run it and the function has no definitions of "test" and "run" can you tell me how can I fix the code ? thank you very much!!!