nfj1380 / mrIML

Multivariate (multi-response) ensemble learning
https://nfj1380.github.io/mrIML/
Other
6 stars 5 forks source link

mrVip error #8

Open marcelglueck opened 11 months ago

marcelglueck commented 11 months ago

As discussed here, executing mrVip, after a successful model construction results in an error:

VI <- mrVip(models, X=X)
Error in mrIML::mrVip(models, X = X) : 
  argument "Y" is missing, with no default

Here both feature data and the constructed model: model_data.zip I am using R 4.3.2 and mrIML 2.0.0.

Could it be that you updated the function without updating its documentation?

Thanks for your assistance.