Skip to content
Prev 40453 / 398498 Next

Loading file to use with qda()

Kwang Kim wrote:

            
You saved an object called z in a file called qda.dat. After loading the
file qda.dat, the object called z is in your workspace, so you can use:

predict(z, test)$class

Maybe you called z in the former session also qda.dat (like the file),
but you saved only the object called z ...

Uwe Ligges