Closed andrie closed 8 years ago
This seems to be a problem with the lmer
example, not publishWebservice()
predict(model, head(sleepstudy, 1))
also throws the error
Error: sum(nb) == q is not TRUE
Fixed this by using head(test)
rather than head(test, 1)
.
Somewhat brute force, but works for all the examples and tests I've tried
Example:
Result: