Skip to content
Prev 276569 / 398506 Next

Error: could not find function "MLearn"

On Nov 7, 2011, at 9:30 AM, horseatingweeds wrote:

            
The usual reason for a newbie not getting a function is that they  
failed to do one of these:

library(MLInterface)
require(MLInterface)

You didn't refer to MLInterface as a package but that is my guess  as  
to what you installed. Installation puts it in your library but you  
also need to load it in an open workspace.
David Winsemius, MD
West Hartford, CT