走ろうとする
ltv_pos_model$prob3 <- predict(tree_before_deposit_3m_equal_100, newdata = ltv_pos_model,
type = "response")
バッチモードで、これは私が得るものです:
Error in get(ctr, mode = "function", envir = parent.frame()) :
object 'contr.Treatment' of mode 'function' was not found
Calls: predict ... model.matrix -> model.matrix.default -> contrasts -> get
Execution halted
インタラクティブモードではすべてOK
ありがとう