powered by
Summary method for the nb function
# S3 method for nb summary(object, dec = 3, ...)
Return value from nb
nb
Decimals
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
plot.nb to plot results
plot.nb
predict.nb for prediction
predict.nb
# NOT RUN { result <- nb("titanic", "survived", c("pclass","sex","age")) summary(result) # }
Run the code above in your browser using DataLab