Learn R Programming

radiant.model (version 1.6.7)

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
result <- nb(titanic, "survived", c("pclass", "sex", "age"))
summary(result)

Run the code above in your browser using DataLab