Hi there,
I just tried to enter the following code for my dataset:
trainVi <- getSubsetVi (BG12.oplsda)
I got the error code
Error: could not find function "getSubsetVi"
Could you help with this?
Thanks a lot
Hi there,
I just tried to enter the following code for my dataset:
trainVi <- getSubsetVi (BG12.oplsda)
I got the error code
Error: could not find function "getSubsetVi"
Could you help with this?
Thanks a lot
I got the same error message. Does anyone know the solution.
> sessionInfo()
R version 3.2.3 (2015-12-10)
Platform: x86_64-apple-darwin13.4.0 (64-bit)
Running under: OS X 10.11.6 (El Capitan)
locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] ropls_1.2.14 RCytoscape_1.20.1 XMLRPC_0.3-0 graph_1.48.0
loaded via a namespace (and not attached):
[1] rsconnect_0.5 parallel_3.2.3 tools_3.2.3 RCurl_1.95-4.8 yaml_2.1.14 knitr_1.15 BiocGenerics_0.16.1
[8] bitops_1.0-6 stats4_3.2.3 XML_3.98-1.5
Please try updating to the latest version of R as well as the latest version of the package. I currently can't reproduce your error when I try using the latest release and latest development versions. If you are still having trouble please provide more detail on how you are loading the package and the code leading up your error.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
It would be helpful to include additional information on how you loaded the package and what versions you are using. Could you provide more detail on the code you running and perhaps your
sessionInfo()