Learn R Programming

radiant.model (version 0.8.0)

summary.nb: Summary method for the nb function

Description

Summary method for the nb function

Usage

# S3 method for nb
summary(object, dec = 3, ...)

Arguments

object

Return value from nb

dec

Decimals

...

further arguments passed to or from other methods

Details

See https://radiant-rstats.github.io/docs/model/nb.html for an example in Radiant

See Also

nb to generate results

plot.nb to plot results

predict.nb for prediction

Examples

Run this code
# NOT RUN {
result <- nb("titanic", "survived", c("pclass","sex","age"))
summary(result)

# }

Run the code above in your browser using DataLab