powered by
Plot method for the nb function
# S3 method for nb plot(x, ...)
Return value from nb
nb
further arguments passed to or from other methods
See https://radiant-rstats.github.io/docs/model/nb.html for an example in Radiant
nb to generate results
summary.nb to summarize results
summary.nb
predict.nb for prediction
predict.nb
# NOT RUN { result <- nb("titanic", "survived", c("pclass","sex")) plot(result) result <- nb("titanic", "pclass", c("sex","age")) plot(result) # }
Run the code above in your browser using DataLab