JenniNiku/gllvm

predict when newX=NULL

Closed this issue · 0 comments

example(gllvm) #break out after it has fitted fitv0, which has no X
predict(fitv0) #returns an error
#I tried to include a workaround in a pending pull request, but needs more work